Html Css Color HEX #213628 Holly

📋 copy color: '#213628'

red 33 ◦ green 54 ◦ blue 40

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

Shades of Holly #213628

Tints of Holly #213628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 42.52%

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

R = 25.98%
G = 42.52%
B = 31.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#213628 (or 0x213628) is known color: Holly. HEX triplet: 21, 36 and 28. RGB value is (33,54,40). Sum of RGB (Red+Green+Blue) = 33+54+40=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 40 (16.02% from 255 or 31.50% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #213628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213628 is #DEC9D7. Grayscale: #2E2E2E. Windows color (decimal): -14600664 or 2635297. OLE color: 2635297.

HSL color Cylindrical-coordinate representation of color #213628: hue angle of 140º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #213628 is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 54 40 -
CMYK 0.39 0 0.26 0.79
HSL 140º 0.24% 0.17% -
HSV(B) 140º 0.39% 0.21% -
XYZ 2.33 3.11 2.49 -
YUV 46.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 33 54 40 0.39 0 0.26 0.79 140 0.24 0.17
Hex 21 36 28 27 0 1A 4F 8C 18 11
Octal 41 66 50 47 0 32 117 214 30 21
Binary 100001 110110 101000 100111 0 11010 1001111 10001100 11000 10001

Color Harmonies of #213628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213628

Black with #213628

Text Example


Text Example

White with #213628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213628; }

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

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

background-color css

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

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

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

border-color css

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

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

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