#153229

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

Shades of Racing Green #153229

Tints of Racing Green #153229

Color information

#153229 (or 0x153229) is unknown color: approx Racing Green. HEX triplet: 15, 32 and 29. RGB value is (21,50,41). Sum of RGB (Red+Green+Blue) = 21+50+41=112 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.75% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #153229 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153229 is #EACDD6. Grayscale: #282828. Windows color (decimal): -15388119 or 2699797. OLE color: 2699797.

HSL color Cylindrical-coordinate representation of color #153229: hue angle of 161.38º 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 #153229 is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.80.

Color convert

RGB215041-
CMYK0.5800.180.80
HSL161.38º40.85%13.92%-
HSV(B)161.38º58%19.61%-
XYZ1.852.62.5-
YUV40.3128.39114.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.75%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 41 (16.41% from 255) = 36.61%
R=18.75%
G=44.64%
B=36.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2150410.5800.180.80161.3840.8513.92
Hex1532293A01250a129e
Octal256251720221202415116
Binary101011100101010011110100100101010000101000011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153229; }

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

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

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

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

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

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

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

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