#00482A

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

Shades of British Racing Green #00482A

Tints of British Racing Green #00482A

Color information

#00482A (or 0x00482A) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 2A. RGB value is (0,72,42). Sum of RGB (Red+Green+Blue) = 0+72+42=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 72 (28.52% from 255 or 63.16% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 72 - color contains mainly: green. Hex color #00482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00482A is #FFB7D5. Grayscale: #2F2F2F. Windows color (decimal): -16758742 or 2770944. OLE color: 2770944.

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

Color convert

RGB07242-
CMYK100.420.72
HSL155º100%14.12%-
HSV(B)155º100%28.24%-
XYZ2.744.82.97-
YUV47.05125.1594.44-

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) = 63.16%
BLUE value IS 42 (16.80% from 255) = 36.84%
R=0%
G=63.16%
B=36.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07242100.420.7215510014.12
Hex0482A6402A489b64e
Octal01105214405211023314416
Binary010010001010101100100010101010010001001101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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