#214027

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

Shades of Gordons Green #214027

Tints of Gordons Green #214027

Color information

#214027 (or 0x214027) is unknown color: approx Gordons Green. HEX triplet: 21, 40 and 27. RGB value is (33,64,39). Sum of RGB (Red+Green+Blue) = 33+64+39=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 39 (15.62% from 255 or 28.68% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #214027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214027 is #DEBFD8. Grayscale: #333333. Windows color (decimal): -14598105 or 2572321. OLE color: 2572321.

HSL color Cylindrical-coordinate representation of color #214027: hue angle of 131.61º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214027 is Cyan = 0.48, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.75.

Color convert

RGB336439-
CMYK0.4800.390.75
HSL131.61º31.96%19.02%-
HSV(B)131.61º48.44%25.1%-
XYZ2.834.142.57-
YUV51.88120.73114.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.26%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 39 (15.62% from 255) = 28.68%
R=24.26%
G=47.06%
B=28.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364390.4800.390.75131.6131.9619.02
Hex214027300274B842013
Octal4110047600471132044023
Binary1000011000000100111110000010011110010111000010010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214027; }

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

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

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

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

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

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

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

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