Html Css Color HEX #00481F British Racing Green

📋 copy color: '#00481F'

red 0 ◦ green 72 ◦ blue 31

#00481F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #00481F

Tints of British Racing Green #00481F

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 72 (28.52% from 255) = 69.9%

 BLUE value IS 31 (12.5% from 255) = 30.1%

R = 0%
G = 69.9%
B = 30.1%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.57

 K value IS 0.72

RGB Variations

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

Color information

#00481F (or 0x00481F) is known color: 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

RGB 0 72 31 -
CMYK 1 0 0.57 0.72
HSL 145.83º 1% 0.14% -
HSV(B) 145.83º 1% 0.28% -
XYZ 2.56 4.73 2.07 -
YUV 45.8 119.65 95.33 -
System Red Green Blue C M Y K H S L
Decimal 0 72 31 1 0 0.57 0.72 145.83 1 0.14
Hex 0 48 1F 64 0 39 48 92 64 E
Octal 0 110 37 144 0 71 110 222 144 16
Binary 0 1001000 11111 1100100 0 111001 1001000 10010010 1100100 1110

Color Harmonies of #00481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00481F

Black with #00481F

Text Example


Text Example

White with #00481F

Text Example


Text Example

HTML Codes & Css Web 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>