#214729

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

Shades of Gordons Green #214729

Tints of Gordons Green #214729

Color information

#214729 (or 0x214729) is unknown color: approx Gordons Green. HEX triplet: 21, 47 and 29. RGB value is (33,71,41). Sum of RGB (Red+Green+Blue) = 33+71+41=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 71 - color contains mainly: green. Hex color #214729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214729 is #DEB8D6. Grayscale: #383838. Windows color (decimal): -14596311 or 2705185. OLE color: 2705185.

HSL color Cylindrical-coordinate representation of color #214729: hue angle of 132.63º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #214729 is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB337141-
CMYK0.5400.420.72
HSL132.63º36.54%20.39%-
HSV(B)132.63º53.52%27.84%-
XYZ3.284.992.89-
YUV56.22119.41111.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 71 (28.12% from 255) = 48.97%
BLUE value IS 41 (16.41% from 255) = 28.28%
R=22.76%
G=48.97%
B=28.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371410.5400.420.72132.6336.5420.39
Hex2147293602A48852514
Octal4110751660521102054524
Binary1000011000111101001110110010101010010001000010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214729; }

 p { color: rgb(33,71,41); }

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

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

 a { background-color: rgb(33,71,41); }

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

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

 span { border-color: rgb(33,71,41); }

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