#152C21

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

Shades of Cardin Green #152C21

Tints of Cardin Green #152C21

Color information

#152C21 (or 0x152C21) is unknown color: approx Cardin Green. HEX triplet: 15, 2C and 21. RGB value is (21,44,33). Sum of RGB (Red+Green+Blue) = 21+44+33=98 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.43% from 98); Green value is 44 (17.58% from 255 or 44.90% from 98); Blue value is 33 (13.28% from 255 or 33.67% from 98); Max value from RGB is 44 - color contains mainly: green. Hex color #152C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C21 is #EAD3DE. Grayscale: #232323. Windows color (decimal): -15389663 or 2173973. OLE color: 2173973.

HSL color Cylindrical-coordinate representation of color #152C21: hue angle of 151.3º 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 #152C21 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.

Color convert

RGB214433-
CMYK0.5200.250.83
HSL151.3º35.38%12.75%-
HSV(B)151.3º52.27%17.25%-
XYZ1.482.071.76-
YUV35.87126.38117.39-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.43%
GREEN value IS 44 (17.58% from 255) = 44.90%
BLUE value IS 33 (13.28% from 255) = 33.67%
R=21.43%
G=44.90%
B=33.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2144330.5200.250.83151.335.3812.75
Hex152C2134019539723d
Octal255441640311232274315
Binary101011011001000011101000110011010011100101111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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