#1CB360

Color #1CB360 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #1CB360

Tints of Pigment Green #1CB360

Color information

#1CB360 (or 0x1CB360) is unknown color: approx Pigment Green. HEX triplet: 1C, B3 and 60. RGB value is (28,179,96). Sum of RGB (Red+Green+Blue) = 28+179+96=303 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.24% from 303); Green value is 179 (70.31% from 255 or 59.08% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB360 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB360 is #E34C9F. Grayscale: #7C7C7C. Windows color (decimal): -14896288 or 6337308. OLE color: 6337308.

HSL color Cylindrical-coordinate representation of color #1CB360: hue angle of 147.02º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB360 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB2817996-
CMYK0.8400.460.30
HSL147.02º72.95%40.59%-
HSV(B)147.02º84.36%70.2%-
XYZ18.7133.3316.51-
YUV124.39111.9759.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 9.24%
GREEN value IS 179 (70.31% from 255) = 59.08%
BLUE value IS 96 (37.89% from 255) = 31.68%
R=9.24%
G=59.08%
B=31.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28179960.8400.460.30147.0272.9540.59
Hex1CB3605402E1E934929
Octal342631401240563622311151
Binary111001011001111000001010100010111011110100100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CB360; }

 p { color: rgb(28,179,96); }

 H1.HeaderClassName
 {
   color: #1CB360;
 }
 .AnyTagClassName
 {
   color: #1CB360;
 }
</style>
background-color css

<style>
 a { background-color: #1CB360; }

 a { background-color: rgb(28,179,96); }

 div.DivClassName
 {
   background-color: #1CB360;
 }
 .BgClassName
 {
   background-color: #1CB360;
 }
</style>
border-color css

<style>
 span { border-color: #1CB360; }

 span { border-color: rgb(28,179,96); }

 td.TdClassName
 {
   border-color: #1CB360;
 }
 .TagClassName
 {
   border-color: #1CB360;
 }
</style>