Html Css Color HEX #203129 Cardin Green

📋 copy color: '#203129'

red 32 ◦ green 49 ◦ blue 41

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

Shades of Cardin Green #203129

Tints of Cardin Green #203129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.16%

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

R = 26.23%
G = 40.16%
B = 33.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.81

RGB Variations

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

Color information

#203129 (or 0x203129) is known color: Cardin Green. HEX triplet: 20, 31 and 29. RGB value is (32,49,41). Sum of RGB (Red+Green+Blue) = 32+49+41=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 41 (16.41% from 255 or 33.61% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #203129 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203129 is #DFCED6. Grayscale: #2B2B2B. Windows color (decimal): -14667479 or 2699552. OLE color: 2699552.

HSL color Cylindrical-coordinate representation of color #203129: hue angle of 151.76º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #203129 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.81.

Color convert

RGB 32 49 41 -
CMYK 0.35 0 0.16 0.81
HSL 151.76º 0.21% 0.16% -
HSV(B) 151.76º 0.35% 0.19% -
XYZ 2.09 2.66 2.5 -
YUV 43.01 126.87 120.15 -
System Red Green Blue C M Y K H S L
Decimal 32 49 41 0.35 0 0.16 0.81 151.76 0.21 0.16
Hex 20 31 29 23 0 10 51 98 15 10
Octal 40 61 51 43 0 20 121 230 25 20
Binary 100000 110001 101001 100011 0 10000 1010001 10011000 10101 10000

Color Harmonies of #203129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203129

Black with #203129

Text Example


Text Example

White with #203129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203129; }

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

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

background-color css

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

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

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

border-color css

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

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

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