Html Css Color HEX #213229 Cardin Green

📋 copy color: '#213229'

red 33 ◦ green 50 ◦ blue 41

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

Shades of Cardin Green #213229

Tints of Cardin Green #213229

RGB

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

 GREEN value IS 50 (19.92% from 255) = 40.32%

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

R = 26.61%
G = 40.32%
B = 33.06%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#213229 (or 0x213229) is known color: Cardin Green. HEX triplet: 21, 32 and 29. RGB value is (33,50,41). Sum of RGB (Red+Green+Blue) = 33+50+41=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 41 (16.41% from 255 or 33.06% from 124); Max value from RGB is 50 - color contains mainly: green. Hex color #213229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213229 is #DECDD6. Grayscale: #2B2B2B. Windows color (decimal): -14601687 or 2699809. OLE color: 2699809.

HSL color Cylindrical-coordinate representation of color #213229: hue angle of 148.24º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213229 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 41 -
CMYK 0.34 0 0.18 0.80
HSL 148.24º 0.2% 0.16% -
HSV(B) 148.24º 0.34% 0.2% -
XYZ 2.17 2.76 2.52 -
YUV 43.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 33 50 41 0.34 0 0.18 0.80 148.24 0.2 0.16
Hex 21 32 29 22 0 12 50 94 14 10
Octal 41 62 51 42 0 22 120 224 24 20
Binary 100001 110010 101001 100010 0 10010 1010000 10010100 10100 10000

Color Harmonies of #213229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213229

Black with #213229

Text Example


Text Example

White with #213229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213229; }

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

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

background-color css

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

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

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

border-color css

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

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

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