#02482F

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

Shades of British Racing Green #02482F

Tints of British Racing Green #02482F

Color information

#02482F (or 0x02482F) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 2F. RGB value is (2,72,47). Sum of RGB (Red+Green+Blue) = 2+72+47=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #02482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02482F is #FDB7D0. Grayscale: #303030. Windows color (decimal): -16627665 or 3098626. OLE color: 3098626.

HSL color Cylindrical-coordinate representation of color #02482F: hue angle of 158.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02482F is Cyan = 0.97, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB27247-
CMYK0.9700.350.72
HSL158.57º94.59%14.51%-
HSV(B)158.57º97.22%28.24%-
XYZ2.864.853.48-
YUV48.22127.3195.03-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 72 (28.52% from 255) = 59.50%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=1.65%
G=59.50%
B=38.84%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272470.9700.350.72158.5794.5914.51
Hex2482F61023489f5ff
Octal21105714104311023713717
Binary1010010001011111100001010001110010001001111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02482F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02482F; }

 p { color: rgb(2,72,47); }

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

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

 a { background-color: rgb(2,72,47); }

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

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

 span { border-color: rgb(2,72,47); }

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