#152C1F

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

Shades of Cardin Green #152C1F

Tints of Cardin Green #152C1F

Color information

#152C1F (or 0x152C1F) is unknown color: approx Cardin Green. HEX triplet: 15, 2C and 1F. RGB value is (21,44,31). Sum of RGB (Red+Green+Blue) = 21+44+31=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 44 (17.58% from 255 or 45.83% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 44 - color contains mainly: green. Hex color #152C1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C1F is #EAD3E0. Grayscale: #232323. Windows color (decimal): -15389665 or 2042901. OLE color: 2042901.

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

Color convert

RGB214431-
CMYK0.5200.300.83
HSL146.09º35.38%12.75%-
HSV(B)146.09º52.27%17.25%-
XYZ1.462.061.62-
YUV35.64125.38117.56-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.88%
GREEN value IS 44 (17.58% from 255) = 45.83%
BLUE value IS 31 (12.5% from 255) = 32.29%
R=21.88%
G=45.83%
B=32.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2144310.5200.300.83146.0935.3812.75
Hex152C1F3401E539223d
Octal255437640361232224315
Binary10101101100111111101000111101010011100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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