#152F2B

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

Shades of Racing Green #152F2B

Tints of Racing Green #152F2B

Color information

#152F2B (or 0x152F2B) is unknown color: approx Racing Green. HEX triplet: 15, 2F and 2B. RGB value is (21,47,43). Sum of RGB (Red+Green+Blue) = 21+47+43=111 (14% of max value = 765). Red value is 21 (8.59% from 255 or 18.92% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #152F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F2B is #EAD0D4. Grayscale: #262626. Windows color (decimal): -15388885 or 2830101. OLE color: 2830101.

HSL color Cylindrical-coordinate representation of color #152F2B: hue angle of 170.77º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #152F2B is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB214743-
CMYK0.5500.090.82
HSL170.77º38.24%13.33%-
HSV(B)170.77º55.32%18.43%-
XYZ1.762.372.65-
YUV38.77130.39115.33-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.92%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 43 (17.19% from 255) = 38.74%
R=18.92%
G=42.34%
B=38.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2147430.5500.090.82170.7738.2413.33
Hex152F2B370952ab26d
Octal255753670111222534615
Binary10101101111101011110111010011010010101010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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