#152F20

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

Shades of Cardin Green #152F20

Tints of Cardin Green #152F20

Color information

#152F20 (or 0x152F20) is unknown color: approx Cardin Green. HEX triplet: 15, 2F and 20. RGB value is (21,47,32). Sum of RGB (Red+Green+Blue) = 21+47+32=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 47 (18.75% from 255 or 47% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 47 - color contains mainly: green. Hex color #152F20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F20 is #EAD0DF. Grayscale: #252525. Windows color (decimal): -15388896 or 2109205. OLE color: 2109205.

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

Color convert

RGB214732-
CMYK0.5500.320.82
HSL145.38º38.24%13.33%-
HSV(B)145.38º55.32%18.43%-
XYZ1.592.31.73-
YUV37.52124.89116.22-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 47 (18.75% from 255) = 47%
BLUE value IS 32 (12.89% from 255) = 32%
R=21%
G=47%
B=32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2147320.5500.320.82145.3838.2413.33
Hex152F2037020529126d
Octal255740670401222214615
Binary1010110111110000011011101000001010010100100011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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