#15322B

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

Shades of Racing Green #15322B

Tints of Racing Green #15322B

Color information

#15322B (or 0x15322B) is unknown color: approx Racing Green. HEX triplet: 15, 32 and 2B. RGB value is (21,50,43). Sum of RGB (Red+Green+Blue) = 21+50+43=114 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.42% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #15322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15322B is #EACDD4. Grayscale: #282828. Windows color (decimal): -15388117 or 2830869. OLE color: 2830869.

HSL color Cylindrical-coordinate representation of color #15322B: hue angle of 165.52º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #15322B is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB215043-
CMYK0.5800.140.80
HSL165.52º40.85%13.92%-
HSV(B)165.52º58%19.61%-
XYZ1.892.622.69-
YUV40.53129.39114.07-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.42%
GREEN value IS 50 (19.92% from 255) = 43.86%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=18.42%
G=43.86%
B=37.72%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150430.5800.140.80165.5240.8513.92
Hex15322B3A0E50a629e
Octal256253720161202465116
Binary10101110010101011111010011101010000101001101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15322B; }

 p { color: rgb(21,50,43); }

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

<style>
 a { background-color: #15322B; }

 a { background-color: rgb(21,50,43); }

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

<style>
 span { border-color: #15322B; }

 span { border-color: rgb(21,50,43); }

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