#02482B

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

Shades of British Racing Green #02482B

Tints of British Racing Green #02482B

Color information

#02482B (or 0x02482B) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 2B. RGB value is (2,72,43). Sum of RGB (Red+Green+Blue) = 2+72+43=117 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.71% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #02482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02482B is #FDB7D4. Grayscale: #2F2F2F. Windows color (decimal): -16627669 or 2836482. OLE color: 2836482.

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

Color convert

RGB27243-
CMYK0.9700.400.72
HSL155.14º94.59%14.51%-
HSV(B)155.14º97.22%28.24%-
XYZ2.784.823.07-
YUV47.76125.3195.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.71%
GREEN value IS 72 (28.52% from 255) = 61.54%
BLUE value IS 43 (17.19% from 255) = 36.75%
R=1.71%
G=61.54%
B=36.75%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272430.9700.400.72155.1494.5914.51
Hex2482B61028489b5ff
Octal21105314105011023313717
Binary1010010001010111100001010100010010001001101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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