#152A25

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

Shades of Racing Green #152A25

Tints of Racing Green #152A25

Color information

#152A25 (or 0x152A25) is unknown color: approx Racing Green. HEX triplet: 15, 2A and 25. RGB value is (21,42,37). Sum of RGB (Red+Green+Blue) = 21+42+37=100 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 42 - color contains mainly: green. Hex color #152A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A25 is #EAD5DA. Grayscale: #232323. Windows color (decimal): -15390171 or 2435605. OLE color: 2435605.

HSL color Cylindrical-coordinate representation of color #152A25: hue angle of 165.71º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #152A25 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.84.

Color convert

RGB214237-
CMYK0.5000.120.84
HSL165.71º33.33%12.35%-
HSV(B)165.71º50%16.47%-
XYZ1.471.952.05-
YUV35.15129.04117.91-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 21%
GREEN value IS 42 (16.80% from 255) = 42%
BLUE value IS 37 (14.84% from 255) = 37%
R=21%
G=42%
B=37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2142370.5000.120.84165.7133.3312.35
Hex152A25320C54a621c
Octal255245620141242464114
Binary10101101010100101110010011001010100101001101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152A25; }

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

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

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

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

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

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

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

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