#153430

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

Shades of Racing Green #153430

Tints of Racing Green #153430

Color information

#153430 (or 0x153430) is unknown color: approx Racing Green. HEX triplet: 15, 34 and 30. RGB value is (21,52,48). Sum of RGB (Red+Green+Blue) = 21+52+48=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #153430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153430 is #EACBCF. Grayscale: #2A2A2A. Windows color (decimal): -15387600 or 3159061. OLE color: 3159061.

HSL color Cylindrical-coordinate representation of color #153430: hue angle of 172.26º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #153430 is Cyan = 0.60, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB215248-
CMYK0.6000.080.80
HSL172.26º42.47%14.31%-
HSV(B)172.26º59.62%20.39%-
XYZ2.072.833.23-
YUV42.28131.23112.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.36%
GREEN value IS 52 (20.70% from 255) = 42.98%
BLUE value IS 48 (19.14% from 255) = 39.67%
R=17.36%
G=42.98%
B=39.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2152480.6000.080.80172.2642.4714.31
Hex1534303C0850ac2ae
Octal256460740101202545216
Binary10101110100110000111100010001010000101011001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153430; }

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

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

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

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

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

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

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

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