Html Css Color HEX #27AB7F Jungle Green

📋 copy color: '#27AB7F'

red 39 ◦ green 171 ◦ blue 127

#27AB7F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jungle Green #27AB7F

Tints of Jungle Green #27AB7F

RGB

 RED value IS 39 (15.63% from 255) = 11.57%

 GREEN value IS 171 (67.19% from 255) = 50.74%

 BLUE value IS 127 (50% from 255) = 37.69%

R = 11.57%
G = 50.74%
B = 37.69%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#27AB7F (or 0x27AB7F) is known color: Jungle Green. HEX triplet: 27, AB and 7F. RGB value is (39,171,127). Sum of RGB (Red+Green+Blue) = 39+171+127=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 171 (67.19% from 255 or 50.74% from 337); Blue value is 127 (50% from 255 or 37.69% from 337); Max value from RGB is 171 - color contains mainly: green. Hex color #27AB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27AB7F is #D85480. Grayscale: #7E7E7E. Windows color (decimal): -14177409 or 8366887. OLE color: 8366887.

HSL color Cylindrical-coordinate representation of color #27AB7F: hue angle of 160º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27AB7F is Cyan = 0.77, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 171 127 -
CMYK 0.77 0 0.26 0.33
HSL 160º 0.63% 0.41% -
HSV(B) 160º 0.77% 0.67% -
XYZ 19.23 31.09 25.07 -
YUV 126.52 128.27 65.58 -
System Red Green Blue C M Y K H S L
Decimal 39 171 127 0.77 0 0.26 0.33 160 0.63 0.41
Hex 27 AB 7F 4D 0 1A 21 A0 3F 29
Octal 47 253 177 115 0 32 41 240 77 51
Binary 100111 10101011 1111111 1001101 0 11010 100001 10100000 111111 101001

Color Harmonies of #27AB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AB7F

Black with #27AB7F

Text Example


Text Example

White with #27AB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,171,127); }

 H1.HeaderClassName
 {
   color: #27AB7F;
 }
 .AnyTagClassName
 {
   color: #27AB7F;
 }
</style>

background-color css

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

 a { background-color: rgb(39,171,127); }

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

border-color css

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

 span { border-color: rgb(39,171,127); }

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