Html Css Color HEX #214B28 Timber Green

📋 copy color: '#214B28'

red 33 ◦ green 75 ◦ blue 40

#214B28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Timber Green #214B28

Tints of Timber Green #214B28

RGB

 RED value IS 33 (13.28% from 255) = 22.3%

 GREEN value IS 75 (29.69% from 255) = 50.68%

 BLUE value IS 40 (16.02% from 255) = 27.03%

R = 22.3%
G = 50.68%
B = 27.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#214B28 (or 0x214B28) is known color: 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

RGB 33 75 40 -
CMYK 0.56 0 0.47 0.71
HSL 130º 0.39% 0.21% -
HSV(B) 130º 0.56% 0.29% -
XYZ 3.53 5.51 2.88 -
YUV 58.45 117.59 109.85 -
System Red Green Blue C M Y K H S L
Decimal 33 75 40 0.56 0 0.47 0.71 130 0.39 0.21
Hex 21 4B 28 38 0 2F 47 82 27 15
Octal 41 113 50 70 0 57 107 202 47 25
Binary 100001 1001011 101000 111000 0 101111 1000111 10000010 100111 10101

Color Harmonies of #214B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214B28

Black with #214B28

Text Example


Text Example

White with #214B28

Text Example


Text Example

HTML Codes & Css Web 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>