#00481F

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

Shades of British Racing Green #00481F

Tints of British Racing Green #00481F

Color information

#00481F (or 0x00481F) is unknown color: approx British Racing Green. HEX triplet: 00, 48 and 1F. RGB value is (0,72,31). Sum of RGB (Red+Green+Blue) = 0+72+31=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 72 (28.52% from 255 or 69.90% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 72 - color contains mainly: green. Hex color #00481F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00481F is #FFB7E0. Grayscale: #2D2D2D. Windows color (decimal): -16758753 or 2050048. OLE color: 2050048.

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

Color convert

RGB07231-
CMYK100.570.72
HSL145.83º100%14.12%-
HSV(B)145.83º100%28.24%-
XYZ2.564.732.07-
YUV45.8119.6595.33-

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) = 69.90%
BLUE value IS 31 (12.5% from 255) = 30.10%
R=0%
G=69.90%
B=30.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal07231100.570.72145.8310014.12
Hex0481F64039489264e
Octal01103714407111022214416
Binary01001000111111100100011100110010001001001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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