Html Css Color HEX #213428 Holly

📋 copy color: '#213428'

red 33 ◦ green 52 ◦ blue 40

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

Shades of Holly #213428

Tints of Holly #213428

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

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

R = 26.4%
G = 41.6%
B = 32%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.80

RGB Variations

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

Color information

#213428 (or 0x213428) is known color: Holly. HEX triplet: 21, 34 and 28. RGB value is (33,52,40). Sum of RGB (Red+Green+Blue) = 33+52+40=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 40 (16.02% from 255 or 32% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #213428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213428 is #DECBD7. Grayscale: #2C2C2C. Windows color (decimal): -14601176 or 2634785. OLE color: 2634785.

HSL color Cylindrical-coordinate representation of color #213428: hue angle of 142.11º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213428 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 40 -
CMYK 0.37 0 0.23 0.80
HSL 142.11º 0.22% 0.17% -
HSV(B) 142.11º 0.37% 0.2% -
XYZ 2.24 2.93 2.46 -
YUV 44.95 125.21 119.48 -
System Red Green Blue C M Y K H S L
Decimal 33 52 40 0.37 0 0.23 0.80 142.11 0.22 0.17
Hex 21 34 28 25 0 17 50 8E 16 11
Octal 41 64 50 45 0 27 120 216 26 21
Binary 100001 110100 101000 100101 0 10111 1010000 10001110 10110 10001

Color Harmonies of #213428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213428

Black with #213428

Text Example


Text Example

White with #213428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213428; }

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

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

background-color css

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

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

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

border-color css

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

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

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