#214428

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

Shades of Gordons Green #214428

Tints of Gordons Green #214428

Color information

#214428 (or 0x214428) is unknown color: approx Gordons Green. HEX triplet: 21, 44 and 28. RGB value is (33,68,40). Sum of RGB (Red+Green+Blue) = 33+68+40=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 40 (16.02% from 255 or 28.37% from 141); Max value from RGB is 68 - color contains mainly: green. Hex color #214428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214428 is #DEBBD7. Grayscale: #363636. Windows color (decimal): -14597080 or 2638881. OLE color: 2638881.

HSL color Cylindrical-coordinate representation of color #214428: hue angle of 132º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #214428 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.73.

Color convert

RGB336840-
CMYK0.5100.410.73
HSL132º34.65%19.8%-
HSV(B)132º51.47%26.67%-
XYZ3.084.612.74-
YUV54.34119.9112.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 68 (26.95% from 255) = 48.23%
BLUE value IS 40 (16.02% from 255) = 28.37%
R=23.40%
G=48.23%
B=28.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368400.5100.410.7313234.6519.8
Hex2144283302949842314
Octal4110450630511112044324
Binary1000011000100101000110011010100110010011000010010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214428; }

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

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

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

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

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

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

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

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