#214227

Color #214227 Gordons Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gordons Green #214227

Tints of Gordons Green #214227

Color information

#214227 (or 0x214227) is unknown color: approx Gordons Green. HEX triplet: 21, 42 and 27. RGB value is (33,66,39). Sum of RGB (Red+Green+Blue) = 33+66+39=138 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.91% from 138); Green value is 66 (26.17% from 255 or 47.83% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 66 - color contains mainly: green. Hex color #214227 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214227 is #DEBDD8. Grayscale: #353535. Windows color (decimal): -14597593 or 2572833. OLE color: 2572833.

HSL color Cylindrical-coordinate representation of color #214227: hue angle of 130.91º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214227 is Cyan = 0.5, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.74.

Color convert

RGB336639-
CMYK0.500.410.74
HSL130.91º33.33%19.41%-
HSV(B)130.91º50%25.88%-
XYZ2.944.372.61-
YUV53.05120.07113.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.91%
GREEN value IS 66 (26.17% from 255) = 47.83%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=23.91%
G=47.83%
B=28.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366390.500.410.74130.9133.3319.41
Hex214227320294A832113
Octal4110247620511122034123
Binary1000011000010100111110010010100110010101000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214227; }

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

 H1.HeaderClassName
 {
   color: #214227;
 }
 .AnyTagClassName
 {
   color: #214227;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #214227;
 }
 .BgClassName
 {
   background-color: #214227;
 }
</style>
border-color css

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

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

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