Html Css Color HEX #213928 Deep Fir

📋 copy color: '#213928'

red 33 ◦ green 57 ◦ blue 40

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

Shades of Deep Fir #213928

Tints of Deep Fir #213928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 43.85%

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

R = 25.38%
G = 43.85%
B = 30.77%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.30

 K value IS 0.78

RGB Variations

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

Color information

#213928 (or 0x213928) is known color: Deep Fir. HEX triplet: 21, 39 and 28. RGB value is (33,57,40). Sum of RGB (Red+Green+Blue) = 33+57+40=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 57 (22.66% from 255 or 43.85% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 57 - color contains mainly: green. Hex color #213928 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213928 is #DEC6D7. Grayscale: #2F2F2F. Windows color (decimal): -14599896 or 2636065. OLE color: 2636065.

HSL color Cylindrical-coordinate representation of color #213928: hue angle of 137.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #213928 is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 57 40 -
CMYK 0.42 0 0.30 0.78
HSL 137.5º 0.27% 0.18% -
HSV(B) 137.5º 0.42% 0.22% -
XYZ 2.47 3.4 2.53 -
YUV 47.89 123.55 117.38 -
System Red Green Blue C M Y K H S L
Decimal 33 57 40 0.42 0 0.30 0.78 137.5 0.27 0.18
Hex 21 39 28 2A 0 1E 4E 8A 1B 12
Octal 41 71 50 52 0 36 116 212 33 22
Binary 100001 111001 101000 101010 0 11110 1001110 10001010 11011 10010

Color Harmonies of #213928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213928

Black with #213928

Text Example


Text Example

White with #213928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213928; }

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

 H1.HeaderClassName
 {
   color: #213928;
 }
 .AnyTagClassName
 {
   color: #213928;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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