Html Css Color HEX #27A885 Jungle Green

📋 copy color: '#27A885'

red 39 ◦ green 168 ◦ blue 133

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

Shades of Jungle Green #27A885

Tints of Jungle Green #27A885

RGB

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

 GREEN value IS 168 (66.02% from 255) = 49.41%

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

R = 11.47%
G = 49.41%
B = 39.12%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#27A885 (or 0x27A885) is known color: Jungle Green. HEX triplet: 27, A8 and 85. RGB value is (39,168,133). Sum of RGB (Red+Green+Blue) = 39+168+133=340 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.47% from 340); Green value is 168 (66.02% from 255 or 49.41% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 168 - color contains mainly: green. Hex color #27A885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A885 is #D8577A. Grayscale: #7D7D7D. Windows color (decimal): -14178171 or 8759335. OLE color: 8759335.

HSL color Cylindrical-coordinate representation of color #27A885: hue angle of 163.72º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A885 is Cyan = 0.77, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 39 168 133 -
CMYK 0.77 0 0.21 0.34
HSL 163.72º 0.62% 0.41% -
HSV(B) 163.72º 0.77% 0.66% -
XYZ 19.07 30.13 27 -
YUV 125.44 132.26 66.35 -
System Red Green Blue C M Y K H S L
Decimal 39 168 133 0.77 0 0.21 0.34 163.72 0.62 0.41
Hex 27 A8 85 4D 0 15 22 A4 3E 29
Octal 47 250 205 115 0 25 42 244 76 51
Binary 100111 10101000 10000101 1001101 0 10101 100010 10100100 111110 101001

Color Harmonies of #27A885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A885

Black with #27A885

Text Example


Text Example

White with #27A885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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