Html Css Color HEX #27A960 Eucalyptus

📋 copy color: '#27A960'

red 39 ◦ green 169 ◦ blue 96

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

Shades of Eucalyptus #27A960

Tints of Eucalyptus #27A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 55.59%

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 12.83%
G = 55.59%
B = 31.58%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#27A960 (or 0x27A960) is known color: Eucalyptus. HEX triplet: 27, A9 and 60. RGB value is (39,169,96). Sum of RGB (Red+Green+Blue) = 39+169+96=304 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.83% from 304); Green value is 169 (66.41% from 255 or 55.59% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 169 - color contains mainly: green. Hex color #27A960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27A960 is #D8569F. Grayscale: #797979. Windows color (decimal): -14177952 or 6334759. OLE color: 6334759.

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

Color convert

RGB 39 169 96 -
CMYK 0.77 0 0.43 0.34
HSL 146.31º 0.63% 0.41% -
HSV(B) 146.31º 0.77% 0.66% -
XYZ 17.14 29.65 15.89 -
YUV 121.81 113.43 68.94 -
System Red Green Blue C M Y K H S L
Decimal 39 169 96 0.77 0 0.43 0.34 146.31 0.63 0.41
Hex 27 A9 60 4D 0 2B 22 92 3E 29
Octal 47 251 140 115 0 53 42 222 76 51
Binary 100111 10101001 1100000 1001101 0 101011 100010 10010010 111110 101001

Color Harmonies of #27A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27A960

Black with #27A960

Text Example


Text Example

White with #27A960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,169,96); }

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

background-color css

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

 a { background-color: rgb(39,169,96); }

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

border-color css

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

 span { border-color: rgb(39,169,96); }

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