#02482E

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

Shades of British Racing Green #02482E

Tints of British Racing Green #02482E

Color information

#02482E (or 0x02482E) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 2E. RGB value is (2,72,46). Sum of RGB (Red+Green+Blue) = 2+72+46=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 72 (28.52% from 255 or 60% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 72 - color contains mainly: green. Hex color #02482E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02482E is #FDB7D1. Grayscale: #303030. Windows color (decimal): -16627666 or 3033090. OLE color: 3033090.

HSL color Cylindrical-coordinate representation of color #02482E: hue angle of 157.71º 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 #02482E is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.72.

Color convert

RGB27246-
CMYK0.9700.360.72
HSL157.71º94.59%14.51%-
HSV(B)157.71º97.22%28.24%-
XYZ2.844.843.37-
YUV48.11126.8195.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 72 (28.52% from 255) = 60%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=1.67%
G=60%
B=38.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272460.9700.360.72157.7194.5914.51
Hex2482E61024489e5ff
Octal21105614104411023613717
Binary1010010001011101100001010010010010001001111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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