#20332A

Color #20332A Cardin Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardin Green #20332A

Tints of Cardin Green #20332A

Color information

#20332A (or 0x20332A) is unknown color: approx Cardin Green. HEX triplet: 20, 33 and 2A. RGB value is (32,51,42). Sum of RGB (Red+Green+Blue) = 32+51+42=125 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.6% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #20332A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20332A is #DFCCD5. Grayscale: #2C2C2C. Windows color (decimal): -14666966 or 2765600. OLE color: 2765600.

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

Color convert

RGB325142-
CMYK0.3700.180.8
HSL151.58º22.89%16.27%-
HSV(B)151.58º37.25%20%-
XYZ2.22.842.62-
YUV44.29126.71119.23-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.6%
GREEN value IS 51 (20.31% from 255) = 40.8%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=25.6%
G=40.8%
B=33.6%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3251420.3700.180.8151.5822.8916.27
Hex20332A2501250981710
Octal406352450221202302720
Binary1000001100111010101001010100101010000100110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20332A; }

 p { color: rgb(32,51,42); }

 H1.HeaderClassName
 {
   color: #20332A;
 }
 .AnyTagClassName
 {
   color: #20332A;
 }
</style>
background-color css

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

 a { background-color: rgb(32,51,42); }

 div.DivClassName
 {
   background-color: #20332A;
 }
 .BgClassName
 {
   background-color: #20332A;
 }
</style>
border-color css

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

 span { border-color: rgb(32,51,42); }

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