Html Css Color HEX #203029 Cardin Green

📋 copy color: '#203029'

red 32 ◦ green 48 ◦ blue 41

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

Shades of Cardin Green #203029

Tints of Cardin Green #203029

RGB

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

 GREEN value IS 48 (19.14% from 255) = 39.67%

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

R = 26.45%
G = 39.67%
B = 33.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.81

RGB Variations

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

Color information

#203029 (or 0x203029) is known color: Cardin Green. HEX triplet: 20, 30 and 29. RGB value is (32,48,41). Sum of RGB (Red+Green+Blue) = 32+48+41=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #203029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203029 is #DFCFD6. Grayscale: #2A2A2A. Windows color (decimal): -14667735 or 2699296. OLE color: 2699296.

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

Color convert

RGB 32 48 41 -
CMYK 0.33 0 0.15 0.81
HSL 153.75º 0.2% 0.16% -
HSV(B) 153.75º 0.33% 0.19% -
XYZ 2.05 2.58 2.49 -
YUV 42.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 32 48 41 0.33 0 0.15 0.81 153.75 0.2 0.16
Hex 20 30 29 21 0 F 51 9A 14 10
Octal 40 60 51 41 0 17 121 232 24 20
Binary 100000 110000 101001 100001 0 1111 1010001 10011010 10100 10000

Color Harmonies of #203029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #203029

Black with #203029

Text Example


Text Example

White with #203029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #203029; }

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

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

background-color css

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

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

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

border-color css

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

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

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