Html Css Color HEX #27A481 Jungle Green

📋 copy color: '#27A481'

red 39 ◦ green 164 ◦ blue 129

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

Shades of Jungle Green #27A481

Tints of Jungle Green #27A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.4%

 BLUE value IS 129 (50.78% from 255) = 38.86%

R = 11.75%
G = 49.4%
B = 38.86%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#27A481 (or 0x27A481) is known color: Jungle Green. HEX triplet: 27, A4 and 81. RGB value is (39,164,129). Sum of RGB (Red+Green+Blue) = 39+164+129=332 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.75% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #27A481 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A481 is #D85B7E. Grayscale: #7A7A7A. Windows color (decimal): -14179199 or 8496167. OLE color: 8496167.

HSL color Cylindrical-coordinate representation of color #27A481: hue angle of 163.2º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #27A481 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 39 164 129 -
CMYK 0.76 0 0.21 0.36
HSL 163.2º 0.62% 0.4% -
HSV(B) 163.2º 0.76% 0.64% -
XYZ 18.07 28.57 25.33 -
YUV 122.64 131.59 68.35 -
System Red Green Blue C M Y K H S L
Decimal 39 164 129 0.76 0 0.21 0.36 163.2 0.62 0.4
Hex 27 A4 81 4C 0 15 24 A3 3E 28
Octal 47 244 201 114 0 25 44 243 76 50
Binary 100111 10100100 10000001 1001100 0 10101 100100 10100011 111110 101000

Color Harmonies of #27A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A481

Black with #27A481

Text Example


Text Example

White with #27A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,164,129); }

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

background-color css

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

 a { background-color: rgb(39,164,129); }

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

border-color css

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

 span { border-color: rgb(39,164,129); }

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