#214A28

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

Shades of Timber Green #214A28

Tints of Timber Green #214A28

Color information

#214A28 (or 0x214A28) is unknown color: approx Timber Green. HEX triplet: 21, 4A and 28. RGB value is (33,74,40). Sum of RGB (Red+Green+Blue) = 33+74+40=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #214A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214A28 is #DEB5D7. Grayscale: #393939. Windows color (decimal): -14595544 or 2640417. OLE color: 2640417.

HSL color Cylindrical-coordinate representation of color #214A28: hue angle of 130.24º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #214A28 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.

Color convert

RGB337440-
CMYK0.5500.460.71
HSL130.24º38.32%20.98%-
HSV(B)130.24º55.41%29.02%-
XYZ3.465.372.86-
YUV57.86117.92110.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 74 (29.30% from 255) = 50.34%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=22.45%
G=50.34%
B=27.21%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3374400.5500.460.71130.2438.3220.98
Hex214A283702E47822615
Octal4111250670561072024625
Binary1000011001010101000110111010111010001111000001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214A28; }

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

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

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

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

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

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

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

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