#15302D

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

Shades of Racing Green #15302D

Tints of Racing Green #15302D

Color information

#15302D (or 0x15302D) is unknown color: approx Racing Green. HEX triplet: 15, 30 and 2D. RGB value is (21,48,45). Sum of RGB (Red+Green+Blue) = 21+48+45=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 45 (17.97% from 255 or 39.47% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #15302D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15302D is #EACFD2. Grayscale: #272727. Windows color (decimal): -15388627 or 2961429. OLE color: 2961429.

HSL color Cylindrical-coordinate representation of color #15302D: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #15302D is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB214845-
CMYK0.5600.060.81
HSL173.33º39.13%13.53%-
HSV(B)173.33º56.25%18.82%-
XYZ1.842.462.86-
YUV39.58131.05114.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 48 (19.14% from 255) = 42.11%
BLUE value IS 45 (17.97% from 255) = 39.47%
R=18.42%
G=42.11%
B=39.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2148450.5600.060.81173.3339.1313.53
Hex15302D380651ad27e
Octal25605570061212554716
Binary1010111000010110111100001101010001101011011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15302D; }

 p { color: rgb(21,48,45); }

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

<style>
 a { background-color: #15302D; }

 a { background-color: rgb(21,48,45); }

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

<style>
 span { border-color: #15302D; }

 span { border-color: rgb(21,48,45); }

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