#152D1F

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

Shades of Cardin Green #152D1F

Tints of Cardin Green #152D1F

Color information

#152D1F (or 0x152D1F) is unknown color: approx Cardin Green. HEX triplet: 15, 2D and 1F. RGB value is (21,45,31). Sum of RGB (Red+Green+Blue) = 21+45+31=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 45 - color contains mainly: green. Hex color #152D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D1F is #EAD2E0. Grayscale: #242424. Windows color (decimal): -15389409 or 2043157. OLE color: 2043157.

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

Color convert

RGB214531-
CMYK0.5300.310.82
HSL145º36.36%12.94%-
HSV(B)145º53.33%17.65%-
XYZ1.492.141.63-
YUV36.23125.05117.14-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.65%
GREEN value IS 45 (17.97% from 255) = 46.39%
BLUE value IS 31 (12.5% from 255) = 31.96%
R=21.65%
G=46.39%
B=31.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2145310.5300.310.8214536.3612.94
Hex152D1F3501F529124d
Octal255537650371222214415
Binary10101101101111111101010111111010010100100011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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