Html Css Color HEX #27AA85 Jungle Green

📋 copy color: '#27AA85'

red 39 ◦ green 170 ◦ blue 133

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

Shades of Jungle Green #27AA85

Tints of Jungle Green #27AA85

RGB

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

 GREEN value IS 170 (66.8% from 255) = 49.71%

 BLUE value IS 133 (52.34% from 255) = 38.89%

R = 11.4%
G = 49.71%
B = 38.89%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#27AA85 (or 0x27AA85) is known color: Jungle Green. HEX triplet: 27, AA and 85. RGB value is (39,170,133). Sum of RGB (Red+Green+Blue) = 39+170+133=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 170 (66.80% from 255 or 49.71% from 342); Blue value is 133 (52.34% from 255 or 38.89% from 342); Max value from RGB is 170 - color contains mainly: green. Hex color #27AA85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AA85 is #D8557A. Grayscale: #7E7E7E. Windows color (decimal): -14177659 or 8759847. OLE color: 8759847.

HSL color Cylindrical-coordinate representation of color #27AA85: hue angle of 163.05º 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 #27AA85 is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 39 170 133 -
CMYK 0.77 0 0.22 0.33
HSL 163.05º 0.63% 0.41% -
HSV(B) 163.05º 0.77% 0.67% -
XYZ 19.45 30.87 27.12 -
YUV 126.61 131.6 65.51 -
System Red Green Blue C M Y K H S L
Decimal 39 170 133 0.77 0 0.22 0.33 163.05 0.63 0.41
Hex 27 AA 85 4D 0 16 21 A3 3F 29
Octal 47 252 205 115 0 26 41 243 77 51
Binary 100111 10101010 10000101 1001101 0 10110 100001 10100011 111111 101001

Color Harmonies of #27AA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AA85

Black with #27AA85

Text Example


Text Example

White with #27AA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,170,133); }

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

background-color css

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

 a { background-color: rgb(39,170,133); }

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

border-color css

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

 span { border-color: rgb(39,170,133); }

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