#152925

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

Shades of Racing Green #152925

Tints of Racing Green #152925

Color information

#152925 (or 0x152925) is unknown color: approx Racing Green. HEX triplet: 15, 29 and 25. RGB value is (21,41,37). Sum of RGB (Red+Green+Blue) = 21+41+37=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 41 - color contains mainly: green. Hex color #152925 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152925 is #EAD6DA. Grayscale: #222222. Windows color (decimal): -15390427 or 2435349. OLE color: 2435349.

HSL color Cylindrical-coordinate representation of color #152925: hue angle of 168º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #152925 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB214137-
CMYK0.4900.100.84
HSL168º32.26%12.16%-
HSV(B)168º48.78%16.08%-
XYZ1.441.882.04-
YUV34.56129.37118.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21.21%
GREEN value IS 41 (16.41% from 255) = 41.41%
BLUE value IS 37 (14.84% from 255) = 37.37%
R=21.21%
G=41.41%
B=37.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2141370.4900.100.8416832.2612.16
Hex152925310A54a820c
Octal255145610121242504014
Binary10101101001100101110001010101010100101010001000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152925; }

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

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

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

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

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

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

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

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