Html Css Color HEX #203429 Cardin Green

📋 copy color: '#203429'

red 32 ◦ green 52 ◦ blue 41

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

Shades of Cardin Green #203429

Tints of Cardin Green #203429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

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

R = 25.6%
G = 41.6%
B = 32.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#203429 (or 0x203429) is known color: Cardin Green. HEX triplet: 20, 34 and 29. RGB value is (32,52,41). Sum of RGB (Red+Green+Blue) = 32+52+41=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 52 - color contains mainly: green. Hex color #203429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203429 is #DFCBD6. Grayscale: #2C2C2C. Windows color (decimal): -14666711 or 2700320. OLE color: 2700320.

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

Color convert

RGB 32 52 41 -
CMYK 0.38 0 0.21 0.80
HSL 147º 0.24% 0.16% -
HSV(B) 147º 0.38% 0.2% -
XYZ 2.22 2.92 2.54 -
YUV 44.77 125.87 118.89 -
System Red Green Blue C M Y K H S L
Decimal 32 52 41 0.38 0 0.21 0.80 147 0.24 0.16
Hex 20 34 29 26 0 15 50 93 18 10
Octal 40 64 51 46 0 25 120 223 30 20
Binary 100000 110100 101001 100110 0 10101 1010000 10010011 11000 10000

Color Harmonies of #203429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203429

Black with #203429

Text Example


Text Example

White with #203429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203429; }

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

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

background-color css

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

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

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

border-color css

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

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

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