Html Css Color HEX #213A29 Holly

📋 copy color: '#213A29'

red 33 ◦ green 58 ◦ blue 41

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

Shades of Holly #213A29

Tints of Holly #213A29

RGB

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

 GREEN value IS 58 (23.05% from 255) = 43.94%

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

R = 25%
G = 43.94%
B = 31.06%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.29

 K value IS 0.77

RGB Variations

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

Color information

#213A29 (or 0x213A29) is known color: Holly. HEX triplet: 21, 3A and 29. RGB value is (33,58,41). Sum of RGB (Red+Green+Blue) = 33+58+41=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 58 (23.05% from 255 or 43.94% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 58 - color contains mainly: green. Hex color #213A29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213A29 is #DEC5D6. Grayscale: #303030. Windows color (decimal): -14599639 or 2701857. OLE color: 2701857.

HSL color Cylindrical-coordinate representation of color #213A29: hue angle of 139.2º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #213A29 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.77.

Color convert

RGB 33 58 41 -
CMYK 0.43 0 0.29 0.77
HSL 139.2º 0.27% 0.18% -
HSV(B) 139.2º 0.43% 0.23% -
XYZ 2.54 3.51 2.64 -
YUV 48.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 33 58 41 0.43 0 0.29 0.77 139.2 0.27 0.18
Hex 21 3A 29 2B 0 1D 4D 8B 1B 12
Octal 41 72 51 53 0 35 115 213 33 22
Binary 100001 111010 101001 101011 0 11101 1001101 10001011 11011 10010

Color Harmonies of #213A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213A29

Black with #213A29

Text Example


Text Example

White with #213A29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213A29; }

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

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

background-color css

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

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

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

border-color css

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

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

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