#202F28

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

Shades of Cardin Green #202F28

Tints of Cardin Green #202F28

Color information

#202F28 (or 0x202F28) is unknown color: approx Cardin Green. HEX triplet: 20, 2F and 28. RGB value is (32,47,40). Sum of RGB (Red+Green+Blue) = 32+47+40=119 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.89% from 119); Green value is 47 (18.75% from 255 or 39.50% from 119); Blue value is 40 (16.02% from 255 or 33.61% from 119); Max value from RGB is 47 - color contains mainly: green. Hex color #202F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202F28 is #DFD0D7. Grayscale: #292929. Windows color (decimal): -14667992 or 2633504. OLE color: 2633504.

HSL color Cylindrical-coordinate representation of color #202F28: hue angle of 152º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #202F28 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.82.

Color convert

RGB324740-
CMYK0.3200.150.82
HSL152º18.99%15.49%-
HSV(B)152º31.91%18.43%-
XYZ22.492.38-
YUV41.72127.03121.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.89%
GREEN value IS 47 (18.75% from 255) = 39.50%
BLUE value IS 40 (16.02% from 255) = 33.61%
R=26.89%
G=39.50%
B=33.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3247400.3200.150.8215218.9915.49
Hex202F28200F529813f
Octal405750400171222302317
Binary10000010111110100010000001111101001010011000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202F28; }

 p { color: rgb(32,47,40); }

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

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

 a { background-color: rgb(32,47,40); }

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

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

 span { border-color: rgb(32,47,40); }

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