Html Css Color HEX #213629 Holly

📋 copy color: '#213629'

red 33 ◦ green 54 ◦ blue 41

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

Shades of Holly #213629

Tints of Holly #213629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.03%

R = 25.78%
G = 42.19%
B = 32.03%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.79

RGB Variations

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

Color information

#213629 (or 0x213629) is known color: Holly. HEX triplet: 21, 36 and 29. RGB value is (33,54,41). Sum of RGB (Red+Green+Blue) = 33+54+41=128 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.78% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 41 (16.41% from 255 or 32.03% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #213629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213629 is #DEC9D6. Grayscale: #2E2E2E. Windows color (decimal): -14600663 or 2700833. OLE color: 2700833.

HSL color Cylindrical-coordinate representation of color #213629: hue angle of 142.86º 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 #213629 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 54 41 -
CMYK 0.39 0 0.24 0.79
HSL 142.86º 0.24% 0.17% -
HSV(B) 142.86º 0.39% 0.21% -
XYZ 2.35 3.12 2.58 -
YUV 46.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 33 54 41 0.39 0 0.24 0.79 142.86 0.24 0.17
Hex 21 36 29 27 0 18 4F 8F 18 11
Octal 41 66 51 47 0 30 117 217 30 21
Binary 100001 110110 101001 100111 0 11000 1001111 10001111 11000 10001

Color Harmonies of #213629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213629

Black with #213629

Text Example


Text Example

White with #213629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213629; }

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

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

background-color css

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

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

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

border-color css

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

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

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