#214B28

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

Shades of Timber Green #214B28

Tints of Timber Green #214B28

Color information

#214B28 (or 0x214B28) is unknown color: approx Timber Green. HEX triplet: 21, 4B and 28. RGB value is (33,75,40). Sum of RGB (Red+Green+Blue) = 33+75+40=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 75 (29.69% from 255 or 50.68% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 75 - color contains mainly: green. Hex color #214B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B28 is #DEB4D7. Grayscale: #3A3A3A. Windows color (decimal): -14595288 or 2640673. OLE color: 2640673.

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

Color convert

RGB337540-
CMYK0.5600.470.71
HSL130º38.89%21.18%-
HSV(B)130º56%29.41%-
XYZ3.535.512.88-
YUV58.45117.59109.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 75 (29.69% from 255) = 50.68%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=22.30%
G=50.68%
B=27.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375400.5600.470.7113038.8921.18
Hex214B283802F47822715
Octal4111350700571072024725
Binary1000011001011101000111000010111110001111000001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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