#214127

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

Shades of Gordons Green #214127

Tints of Gordons Green #214127

Color information

#214127 (or 0x214127) is unknown color: approx Gordons Green. HEX triplet: 21, 41 and 27. RGB value is (33,65,39). Sum of RGB (Red+Green+Blue) = 33+65+39=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 65 (25.78% from 255 or 47.45% from 137); Blue value is 39 (15.62% from 255 or 28.47% from 137); Max value from RGB is 65 - color contains mainly: green. Hex color #214127 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214127 is #DEBED8. Grayscale: #343434. Windows color (decimal): -14597849 or 2572577. OLE color: 2572577.

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

Color convert

RGB336539-
CMYK0.4900.400.75
HSL131.25º32.65%19.22%-
HSV(B)131.25º49.23%25.49%-
XYZ2.884.252.59-
YUV52.47120.4114.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 65 (25.78% from 255) = 47.45%
BLUE value IS 39 (15.62% from 255) = 28.47%
R=24.09%
G=47.45%
B=28.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365390.4900.400.75131.2532.6519.22
Hex214127310284B832113
Octal4110147610501132034123
Binary1000011000001100111110001010100010010111000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214127; }

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

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

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

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

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

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

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

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