#1CB367

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

Shades of Jade #1CB367

Tints of Jade #1CB367

Color information

#1CB367 (or 0x1CB367) is unknown color: approx Jade. HEX triplet: 1C, B3 and 67. RGB value is (28,179,103). Sum of RGB (Red+Green+Blue) = 28+179+103=310 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.03% from 310); Green value is 179 (70.31% from 255 or 57.74% from 310); Blue value is 103 (40.62% from 255 or 33.23% from 310); Max value from RGB is 179 - color contains mainly: green. Hex color #1CB367 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1CB367 is #E34C98. Grayscale: #7D7D7D. Windows color (decimal): -14896281 or 6796060. OLE color: 6796060.

HSL color Cylindrical-coordinate representation of color #1CB367: hue angle of 149.8º 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 #1CB367 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB28179103-
CMYK0.8400.420.30
HSL149.8º72.95%40.59%-
HSV(B)149.8º84.36%70.2%-
XYZ19.0533.4718.29-
YUV125.19115.4758.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.03%
GREEN value IS 179 (70.31% from 255) = 57.74%
BLUE value IS 103 (40.62% from 255) = 33.23%
R=9.03%
G=57.74%
B=33.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal281791030.8400.420.30149.872.9540.59
Hex1CB3675402A1E964929
Octal342631471240523622611151
Binary111001011001111001111010100010101011110100101101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CB367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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