#00481E

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

Shades of British Racing Green #00481E

Tints of British Racing Green #00481E

Color information

#00481E (or 0x00481E) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 1E. RGB value is (0,72,30). Sum of RGB (Red+Green+Blue) = 0+72+30=102 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 102); Green value is 72 (28.52% from 255 or 70.59% from 102); Blue value is 30 (12.11% from 255 or 29.41% from 102); Max value from RGB is 72 - color contains mainly: green. Hex color #00481E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00481E is #FFB7E1. Grayscale: #2D2D2D. Windows color (decimal): -16758754 or 1984512. OLE color: 1984512.

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

Color convert

RGB07230-
CMYK100.580.72
HSL145º100%14.12%-
HSV(B)145º100%28.24%-
XYZ2.554.732.01-
YUV45.68119.1595.42-

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) = 70.59%
BLUE value IS 30 (12.11% from 255) = 29.41%
R=0%
G=70.59%
B=29.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07230100.580.7214510014.12
Hex0481E6403A489164e
Octal01103614407211022114416
Binary01001000111101100100011101010010001001000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00481E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00481E; }

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

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

<style>
 a { background-color: #00481E; }

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

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

<style>
 span { border-color: #00481E; }

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

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