#152A20

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

Shades of Cardin Green #152A20

Tints of Cardin Green #152A20

Color information

#152A20 (or 0x152A20) is unknown color: approx Cardin Green. HEX triplet: 15, 2A and 20. RGB value is (21,42,32). Sum of RGB (Red+Green+Blue) = 21+42+32=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 42 - color contains mainly: green. Hex color #152A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A20 is #EAD5DF. Grayscale: #222222. Windows color (decimal): -15390176 or 2107925. OLE color: 2107925.

HSL color Cylindrical-coordinate representation of color #152A20: hue angle of 151.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A20 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.

Color convert

RGB214232-
CMYK0.5000.240.84
HSL151.43º33.33%12.35%-
HSV(B)151.43º50%16.47%-
XYZ1.41.921.66-
YUV34.58126.54118.31-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 22.11%
GREEN value IS 42 (16.80% from 255) = 44.21%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=22.11%
G=44.21%
B=33.68%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2142320.5000.240.84151.4333.3312.35
Hex152A2032018549721c
Octal255240620301242274114
Binary101011010101000001100100110001010100100101111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A20; }

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

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

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

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

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

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

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

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