#1fa274

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

Shades of Jungle Green #1FA274

Tints of Jungle Green #1FA274

Color information

#1FA274 (or 0x1FA274) is unknown color: approx Jungle Green. HEX triplet: 1F, A2 and 74. RGB value is (31,162,116). Sum of RGB (Red+Green+Blue) = 31+162+116=309 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.03% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #1FA274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1FA274 is #E05D8B. Grayscale: #757575. Windows color (decimal): -14704012 or 7643679. OLE color: 7643679.

HSL color Cylindrical-coordinate representation of color #1FA274: hue angle of 158.93º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1FA274 is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB31162116-
CMYK0.8100.280.36
HSL158.93º67.88%37.84%-
HSV(B)158.93º80.86%63.53%-
XYZ16.6427.3920.93-
YUV117.59127.166.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.03%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 116 (45.70% from 255) = 37.54%
R=10.03%
G=52.43%
B=37.54%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal311621160.8100.280.36158.9367.8837.84
Hex1FA2745101C249f4426
Octal372421641210344423710446
Binary111111010001011101001010001011100100100100111111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fa274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,162,116); }

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

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

 a { background-color: rgb(31,162,116); }

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

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

 span { border-color: rgb(31,162,116); }

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