#00482B

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

Shades of British Racing Green #00482B

Tints of British Racing Green #00482B

Color information

#00482B (or 0x00482B) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 2B. RGB value is (0,72,43). Sum of RGB (Red+Green+Blue) = 0+72+43=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 72 (28.52% from 255 or 62.61% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 72 - color contains mainly: green. Hex color #00482B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00482B is #FFB7D4. Grayscale: #2F2F2F. Windows color (decimal): -16758741 or 2836480. OLE color: 2836480.

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

Color convert

RGB07243-
CMYK100.400.72
HSL155.83º100%14.12%-
HSV(B)155.83º100%28.24%-
XYZ2.754.813.07-
YUV47.17125.6594.36-

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.61%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=0%
G=62.61%
B=37.39%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07243100.400.72155.8310014.12
Hex0482B64028489c64e
Octal01105314405011023414416
Binary010010001010111100100010100010010001001110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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