Html Css Color HEX #203229 Cardin Green

📋 copy color: '#203229'

red 32 ◦ green 50 ◦ blue 41

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

Shades of Cardin Green #203229

Tints of Cardin Green #203229

RGB

 RED value IS 32 (12.89% from 255) = 26.02%

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

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

R = 26.02%
G = 40.65%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.80

RGB Variations

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

Color information

#203229 (or 0x203229) is known color: Cardin Green. HEX triplet: 20, 32 and 29. RGB value is (32,50,41). Sum of RGB (Red+Green+Blue) = 32+50+41=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 41 (16.41% from 255 or 33.33% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #203229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203229 is #DFCDD6. Grayscale: #2B2B2B. Windows color (decimal): -14667223 or 2699808. OLE color: 2699808.

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

Color convert

RGB 32 50 41 -
CMYK 0.36 0 0.18 0.80
HSL 150º 0.22% 0.16% -
HSV(B) 150º 0.36% 0.2% -
XYZ 2.14 2.75 2.52 -
YUV 43.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 32 50 41 0.36 0 0.18 0.80 150 0.22 0.16
Hex 20 32 29 24 0 12 50 96 16 10
Octal 40 62 51 44 0 22 120 226 26 20
Binary 100000 110010 101001 100100 0 10010 1010000 10010110 10110 10000

Color Harmonies of #203229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203229

Black with #203229

Text Example


Text Example

White with #203229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203229; }

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

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

background-color css

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

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

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

border-color css

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

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

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