#02482C

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

Shades of British Racing Green #02482C

Tints of British Racing Green #02482C

Color information

#02482C (or 0x02482C) is unknown color: approx British Racing Green. HEX triplet: 02, 48 and 2C. RGB value is (2,72,44). Sum of RGB (Red+Green+Blue) = 2+72+44=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 72 (28.52% from 255 or 61.02% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 72 - color contains mainly: green. Hex color #02482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02482C is #FDB7D3. Grayscale: #2F2F2F. Windows color (decimal): -16627668 or 2902018. OLE color: 2902018.

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

Color convert

RGB27244-
CMYK0.9700.390.72
HSL156º94.59%14.51%-
HSV(B)156º97.22%28.24%-
XYZ2.84.833.17-
YUV47.88125.8195.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 72 (28.52% from 255) = 61.02%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=1.69%
G=61.02%
B=37.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal272440.9700.390.7215694.5914.51
Hex2482C61027489c5ff
Octal21105414104711023413717
Binary1010010001011001100001010011110010001001110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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