#151F1B

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

Shades of Cardin Green #151F1B

Tints of Cardin Green #151F1B

Color information

#151F1B (or 0x151F1B) is unknown color: approx Cardin Green. HEX triplet: 15, 1F and 1B. RGB value is (21,31,27). Sum of RGB (Red+Green+Blue) = 21+31+27=79 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.58% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 31 - color contains mainly: green. Hex color #151F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F1B is #EAE0E4. Grayscale: #1B1B1B. Windows color (decimal): -15392997 or 1777429. OLE color: 1777429.

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

Color convert

RGB213127-
CMYK0.3200.130.88
HSL156º19.23%10.2%-
HSV(B)156º32.26%12.16%-
XYZ11.221.22-
YUV27.55127.69123.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 26.58%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=26.58%
G=39.24%
B=34.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2131270.3200.130.8815619.2310.2
Hex151F1B200D589c13a
Octal253733400151302342312
Binary10101111111101110000001101101100010011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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