Html Css Color HEX #27965B Eucalyptus

📋 copy color: '#27965B'

red 39 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #27965B

Tints of Eucalyptus #27965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 13.93%
G = 53.57%
B = 32.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#27965B (or 0x27965B) is known color: Eucalyptus. HEX triplet: 27, 96 and 5B. RGB value is (39,150,91). Sum of RGB (Red+Green+Blue) = 39+150+91=280 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.93% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #27965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #27965B is #D869A4. Grayscale: #6E6E6E. Windows color (decimal): -14182821 or 6002215. OLE color: 6002215.

HSL color Cylindrical-coordinate representation of color #27965B: hue angle of 148.11º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #27965B is Cyan = 0.74, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB 39 150 91 -
CMYK 0.74 0 0.39 0.41
HSL 148.11º 0.59% 0.37% -
HSV(B) 148.11º 0.74% 0.59% -
XYZ 13.63 23 13.62 -
YUV 110.09 117.23 77.3 -
System Red Green Blue C M Y K H S L
Decimal 39 150 91 0.74 0 0.39 0.41 148.11 0.59 0.37
Hex 27 96 5B 4A 0 27 29 94 3B 25
Octal 47 226 133 112 0 47 51 224 73 45
Binary 100111 10010110 1011011 1001010 0 100111 101001 10010100 111011 100101

Color Harmonies of #27965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27965B

Black with #27965B

Text Example


Text Example

White with #27965B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27965B; }

 p { color: rgb(39,150,91); }

 H1.HeaderClassName
 {
   color: #27965B;
 }
 .AnyTagClassName
 {
   color: #27965B;
 }
</style>

background-color css

<style>
 a { background-color: #27965B; }

 a { background-color: rgb(39,150,91); }

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

border-color css

<style>
 span { border-color: #27965B; }

 span { border-color: rgb(39,150,91); }

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