Html Css Color HEX #00481D British Racing Green

📋 copy color: '#00481D'

red 0 ◦ green 72 ◦ blue 29

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

Shades of British Racing Green #00481D

Tints of British Racing Green #00481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 28.71%

R = 0%
G = 71.29%
B = 28.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.60

 K value IS 0.72

RGB Variations

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

Color information

#00481D (or 0x00481D) is known color: British Racing Green. HEX triplet: 00, 48 and 1D. RGB value is (0,72,29). Sum of RGB (Red+Green+Blue) = 0+72+29=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 72 (28.52% from 255 or 71.29% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 72 - color contains mainly: green. Hex color #00481D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00481D is #FFB7E2. Grayscale: #2D2D2D. Windows color (decimal): -16758755 or 1918976. OLE color: 1918976.

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

Color convert

RGB 0 72 29 -
CMYK 1 0 0.60 0.72
HSL 144.17º 1% 0.14% -
HSV(B) 144.17º 1% 0.28% -
XYZ 2.54 4.72 1.94 -
YUV 45.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 0 72 29 1 0 0.60 0.72 144.17 1 0.14
Hex 0 48 1D 64 0 3C 48 90 64 E
Octal 0 110 35 144 0 74 110 220 144 16
Binary 0 1001000 11101 1100100 0 111100 1001000 10010000 1100100 1110

Color Harmonies of #00481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00481D

Black with #00481D

Text Example


Text Example

White with #00481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00481D;
 }
 .AnyTagClassName
 {
   color: #00481D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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