#1C9B7C

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

Shades of Jungle Green #1C9B7C

Tints of Jungle Green #1C9B7C

Color information

#1C9B7C (or 0x1C9B7C) is unknown color: approx Jungle Green. HEX triplet: 1C, 9B and 7C. RGB value is (28,155,124). Sum of RGB (Red+Green+Blue) = 28+155+124=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #1C9B7C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1C9B7C is #E36483. Grayscale: #717171. Windows color (decimal): -14902404 or 8166172. OLE color: 8166172.

HSL color Cylindrical-coordinate representation of color #1C9B7C: hue angle of 165.35º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C9B7C is Cyan = 0.82, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.39.

Color convert

RGB28155124-
CMYK0.8200.20.39
HSL165.35º69.4%35.88%-
HSV(B)165.35º81.94%60.78%-
XYZ15.8425.1423.09-
YUV113.49133.9267.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 155 (60.94% from 255) = 50.49%
BLUE value IS 124 (48.83% from 255) = 40.39%
R=9.12%
G=50.49%
B=40.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal281551240.8200.20.39165.3569.435.88
Hex1C9B7C5201427a54524
Octal342331741220244724510544
Binary111001001101111111001010010010100100111101001011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C9B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,155,124); }

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

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

 a { background-color: rgb(28,155,124); }

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

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

 span { border-color: rgb(28,155,124); }

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