#15201A

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

Shades of Cardin Green #15201A

Tints of Cardin Green #15201A

Color information

#15201A (or 0x15201A) is unknown color: approx Cardin Green. HEX triplet: 15, 20 and 1A. RGB value is (21,32,26). Sum of RGB (Red+Green+Blue) = 21+32+26=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 32 (12.89% from 255 or 40.51% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 32 - color contains mainly: green. Hex color #15201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15201A is #EADFE5. Grayscale: #1C1C1C. Windows color (decimal): -15392742 or 1712149. OLE color: 1712149.

HSL color Cylindrical-coordinate representation of color #15201A: hue angle of 147.27º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #15201A is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB213226-
CMYK0.3400.190.87
HSL147.27º20.75%10.39%-
HSV(B)147.27º34.38%12.55%-
XYZ1.011.271.17-
YUV28.03126.86122.99-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 32 (12.89% from 255) = 40.51%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=26.58%
G=40.51%
B=32.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2132260.3400.190.87147.2720.7510.39
Hex15201A22013579315a
Octal254032420231272232512
Binary1010110000011010100010010011101011110010011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15201A; }

 p { color: rgb(21,32,26); }

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

<style>
 a { background-color: #15201A; }

 a { background-color: rgb(21,32,26); }

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

<style>
 span { border-color: #15201A; }

 span { border-color: rgb(21,32,26); }

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