#151E1A

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

Shades of Cardin Green #151E1A

Tints of Cardin Green #151E1A

Color information

#151E1A (or 0x151E1A) is unknown color: approx Cardin Green. HEX triplet: 15, 1E and 1A. RGB value is (21,30,26). Sum of RGB (Red+Green+Blue) = 21+30+26=77 (10% of max value = 765). Red value is 21 (8.59% from 255 or 27.27% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #151E1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151E1A is #EAE1E5. Grayscale: #1A1A1A. Windows color (decimal): -15393254 or 1711637. OLE color: 1711637.

HSL color Cylindrical-coordinate representation of color #151E1A: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #151E1A is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB213026-
CMYK0.3000.130.88
HSL153.33º17.65%10%-
HSV(B)153.33º30%11.76%-
XYZ0.961.161.15-
YUV26.85127.52123.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 27.27%
GREEN value IS 30 (12.11% from 255) = 38.96%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=27.27%
G=38.96%
B=33.77%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2130260.3000.130.88153.3317.6510
Hex151E1A1E0D589912a
Octal253632360151302312212
Binary1010111110110101111001101101100010011001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151E1A; }

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

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

<style>
 a { background-color: #151E1A; }

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

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

<style>
 span { border-color: #151E1A; }

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

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