#15251C

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

Shades of Cardin Green #15251C

Tints of Cardin Green #15251C

Color information

#15251C (or 0x15251C) is unknown color: approx Cardin Green. HEX triplet: 15, 25 and 1C. RGB value is (21,37,28). Sum of RGB (Red+Green+Blue) = 21+37+28=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 37 (14.84% from 255 or 43.02% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 37 - color contains mainly: green. Hex color #15251C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15251C is #EADAE3. Grayscale: #1F1F1F. Windows color (decimal): -15391460 or 1844501. OLE color: 1844501.

HSL color Cylindrical-coordinate representation of color #15251C: hue angle of 146.25º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #15251C is Cyan = 0.43, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB213728-
CMYK0.4300.240.85
HSL146.25º27.59%11.37%-
HSV(B)146.25º43.24%14.51%-
XYZ1.181.571.34-
YUV31.19126.2120.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 24.42%
GREEN value IS 37 (14.84% from 255) = 43.02%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=24.42%
G=43.02%
B=32.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2137280.4300.240.85146.2527.5911.37
Hex15251C2B01855921cb
Octal254534530301252223413
Binary1010110010111100101011011000101010110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15251C; }

 p { color: rgb(21,37,28); }

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

<style>
 a { background-color: #15251C; }

 a { background-color: rgb(21,37,28); }

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

<style>
 span { border-color: #15251C; }

 span { border-color: rgb(21,37,28); }

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