#27AF7E

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

Shades of Jungle Green #27AF7E

Tints of Jungle Green #27AF7E

Color information

#27AF7E (or 0x27AF7E) is unknown color: approx Jungle Green. HEX triplet: 27, AF and 7E. RGB value is (39,175,126). Sum of RGB (Red+Green+Blue) = 39+175+126=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 175 (68.75% from 255 or 51.47% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 175 - color contains mainly: green. Hex color #27AF7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AF7E is #D85081. Grayscale: #808080. Windows color (decimal): -14176386 or 8302375. OLE color: 8302375.

HSL color Cylindrical-coordinate representation of color #27AF7E: hue angle of 158.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27AF7E is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB39175126-
CMYK0.7800.280.31
HSL158.38º63.55%41.96%-
HSV(B)158.38º77.71%68.63%-
XYZ19.9332.624.98-
YUV128.75126.4463.98-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 11.47%
GREEN value IS 175 (68.75% from 255) = 51.47%
BLUE value IS 126 (49.61% from 255) = 37.06%
R=11.47%
G=51.47%
B=37.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal391751260.7800.280.31158.3863.5541.96
Hex27AF7E4E01C1F9e402a
Octal472571761160343723610052
Binary100111101011111111110100111001110011111100111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27AF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27AF7E; }

 p { color: rgb(39,175,126); }

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

<style>
 a { background-color: #27AF7E; }

 a { background-color: rgb(39,175,126); }

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

<style>
 span { border-color: #27AF7E; }

 span { border-color: rgb(39,175,126); }

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