#214228

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

Shades of Gordons Green #214228

Tints of Gordons Green #214228

Color information

#214228 (or 0x214228) is unknown color: approx Gordons Green. HEX triplet: 21, 42 and 28. RGB value is (33,66,40). Sum of RGB (Red+Green+Blue) = 33+66+40=139 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.74% from 139); Green value is 66 (26.17% from 255 or 47.48% from 139); Blue value is 40 (16.02% from 255 or 28.78% from 139); Max value from RGB is 66 - color contains mainly: green. Hex color #214228 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214228 is #DEBDD7. Grayscale: #353535. Windows color (decimal): -14597592 or 2638369. OLE color: 2638369.

HSL color Cylindrical-coordinate representation of color #214228: hue angle of 132.73º 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 #214228 is Cyan = 0.5, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB336640-
CMYK0.500.390.74
HSL132.73º33.33%19.41%-
HSV(B)132.73º50%25.88%-
XYZ2.964.372.7-
YUV53.17120.57113.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.74%
GREEN value IS 66 (26.17% from 255) = 47.48%
BLUE value IS 40 (16.02% from 255) = 28.78%
R=23.74%
G=47.48%
B=28.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366400.500.390.74132.7333.3319.41
Hex214228320274A852113
Octal4110250620471122054123
Binary1000011000010101000110010010011110010101000010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214228; }

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

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

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

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

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

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

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

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