#202925

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

Shades of Cardin Green #202925

Tints of Cardin Green #202925

Color information

#202925 (or 0x202925) is unknown color: approx Cardin Green. HEX triplet: 20, 29 and 25. RGB value is (32,41,37). Sum of RGB (Red+Green+Blue) = 32+41+37=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 41 - color contains mainly: green. Hex color #202925 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202925 is #DFD6DA. Grayscale: #252525. Windows color (decimal): -14669531 or 2435360. OLE color: 2435360.

HSL color Cylindrical-coordinate representation of color #202925: hue angle of 153.33º degrees, saturation: 0.12, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #202925 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB324137-
CMYK0.2200.100.84
HSL153.33º12.33%14.31%-
HSV(B)153.33º21.95%16.08%-
XYZ1.722.032.05-
YUV37.85127.52123.83-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 29.09%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 37 (14.84% from 255) = 33.64%
R=29.09%
G=37.27%
B=33.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3241370.2200.100.84153.3312.3314.31
Hex202925160A5499ce
Octal405145260121242311416
Binary100000101001100101101100101010101001001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #202925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #202925; }

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

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

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

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

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

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

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

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