#152C23

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

Shades of Cardin Green #152C23

Tints of Cardin Green #152C23

Color information

#152C23 (or 0x152C23) is unknown color: approx Cardin Green. HEX triplet: 15, 2C and 23. RGB value is (21,44,35). Sum of RGB (Red+Green+Blue) = 21+44+35=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 44 (17.58% from 255 or 44% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 44 - color contains mainly: green. Hex color #152C23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C23 is #EAD3DC. Grayscale: #242424. Windows color (decimal): -15389661 or 2305045. OLE color: 2305045.

HSL color Cylindrical-coordinate representation of color #152C23: hue angle of 156.52º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #152C23 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.83.

Color convert

RGB214435-
CMYK0.5200.200.83
HSL156.52º35.38%12.75%-
HSV(B)156.52º52.27%17.25%-
XYZ1.512.081.91-
YUV36.1127.38117.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 44 (17.58% from 255) = 44%
BLUE value IS 35 (14.06% from 255) = 35%
R=21%
G=44%
B=35%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2144350.5200.200.83156.5235.3812.75
Hex152C2334014539d23d
Octal255443640241232354315
Binary101011011001000111101000101001010011100111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,44,35); }

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

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

 a { background-color: rgb(21,44,35); }

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

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

 span { border-color: rgb(21,44,35); }

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