Html Css Color HEX #27996C Eucalyptus

📋 copy color: '#27996C'

red 39 ◦ green 153 ◦ blue 108

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

Shades of Eucalyptus #27996C

Tints of Eucalyptus #27996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

 BLUE value IS 108 (42.58% from 255) = 36%

R = 13%
G = 51%
B = 36%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#27996C (or 0x27996C) is known color: Eucalyptus. HEX triplet: 27, 99 and 6C. RGB value is (39,153,108). Sum of RGB (Red+Green+Blue) = 39+153+108=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 108 (42.58% from 255 or 36% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #27996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27996C is #D86693. Grayscale: #717171. Windows color (decimal): -14182036 or 7117095. OLE color: 7117095.

HSL color Cylindrical-coordinate representation of color #27996C: hue angle of 156.32º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27996C is Cyan = 0.75, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 153 108 -
CMYK 0.75 0 0.29 0.4
HSL 156.32º 0.59% 0.38% -
HSV(B) 156.32º 0.75% 0.6% -
XYZ 14.93 24.3 18.09 -
YUV 113.78 124.73 74.66 -
System Red Green Blue C M Y K H S L
Decimal 39 153 108 0.75 0 0.29 0.4 156.32 0.59 0.38
Hex 27 99 6C 4B 0 1D 28 9C 3B 26
Octal 47 231 154 113 0 35 50 234 73 46
Binary 100111 10011001 1101100 1001011 0 11101 101000 10011100 111011 100110

Color Harmonies of #27996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27996C

Black with #27996C

Text Example


Text Example

White with #27996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27996C; }

 p { color: rgb(39,153,108); }

 H1.HeaderClassName
 {
   color: #27996C;
 }
 .AnyTagClassName
 {
   color: #27996C;
 }
</style>

background-color css

<style>
 a { background-color: #27996C; }

 a { background-color: rgb(39,153,108); }

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

border-color css

<style>
 span { border-color: #27996C; }

 span { border-color: rgb(39,153,108); }

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