#00482C

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

Shades of British Racing Green #00482C

Tints of British Racing Green #00482C

Color information

#00482C (or 0x00482C) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 2C. RGB value is (0,72,44). Sum of RGB (Red+Green+Blue) = 0+72+44=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #00482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00482C is #FFB7D3. Grayscale: #2F2F2F. Windows color (decimal): -16758740 or 2902016. OLE color: 2902016.

HSL color Cylindrical-coordinate representation of color #00482C: hue angle of 156.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00482C is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB07244-
CMYK100.390.72
HSL156.67º100%14.12%-
HSV(B)156.67º100%28.24%-
XYZ2.774.823.17-
YUV47.28126.1594.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 72 (28.52% from 255) = 62.07%
BLUE value IS 44 (17.58% from 255) = 37.93%
R=0%
G=62.07%
B=37.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07244100.390.72156.6710014.12
Hex0482C64027489d64e
Octal01105414404711023514416
Binary010010001011001100100010011110010001001110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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