#151F1D

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

Shades of Racing Green #151F1D

Tints of Racing Green #151F1D

Color information

#151F1D (or 0x151F1D) is unknown color: approx Racing Green. HEX triplet: 15, 1F and 1D. RGB value is (21,31,29). Sum of RGB (Red+Green+Blue) = 21+31+29=81 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.93% from 81); Green value is 31 (12.5% from 255 or 38.27% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 31 - color contains mainly: green. Hex color #151F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #151F1D is #EAE0E2. Grayscale: #1B1B1B. Windows color (decimal): -15392995 or 1908501. OLE color: 1908501.

HSL color Cylindrical-coordinate representation of color #151F1D: hue angle of 168º 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 #151F1D is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB213129-
CMYK0.3200.060.88
HSL168º19.23%10.2%-
HSV(B)168º32.26%12.16%-
XYZ1.021.231.35-
YUV27.78128.69123.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 25.93%
GREEN value IS 31 (12.5% from 255) = 38.27%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=25.93%
G=38.27%
B=35.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2131290.3200.060.8816819.2310.2
Hex151F1D200658a813a
Octal25373540061302502312
Binary1010111111111011000000110101100010101000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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