Html Css Color HEX #27AB42 Chateau Green

📋 copy color: '#27AB42'

red 39 ◦ green 171 ◦ blue 66

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

Shades of Chateau Green #27AB42

Tints of Chateau Green #27AB42

RGB

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

 GREEN value IS 171 (67.19% from 255) = 61.96%

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 14.13%
G = 61.96%
B = 23.91%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#27AB42 (or 0x27AB42) is known color: Chateau Green. HEX triplet: 27, AB and 42. RGB value is (39,171,66). Sum of RGB (Red+Green+Blue) = 39+171+66=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 171 (67.19% from 255 or 61.96% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 171 - color contains mainly: green. Hex color #27AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #27AB42 is #D854BD. Grayscale: #777777. Windows color (decimal): -14177470 or 4369191. OLE color: 4369191.

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

Color convert

RGB 39 171 66 -
CMYK 0.77 0 0.61 0.33
HSL 132.27º 0.63% 0.41% -
HSV(B) 132.27º 0.77% 0.67% -
XYZ 16.38 29.95 10.07 -
YUV 119.56 97.77 70.54 -
System Red Green Blue C M Y K H S L
Decimal 39 171 66 0.77 0 0.61 0.33 132.27 0.63 0.41
Hex 27 AB 42 4D 0 3D 21 84 3F 29
Octal 47 253 102 115 0 75 41 204 77 51
Binary 100111 10101011 1000010 1001101 0 111101 100001 10000100 111111 101001

Color Harmonies of #27AB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27AB42

Black with #27AB42

Text Example


Text Example

White with #27AB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,171,66); }

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

background-color css

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

 a { background-color: rgb(39,171,66); }

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

border-color css

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

 span { border-color: rgb(39,171,66); }

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