Html Css Color HEX #00461D British Racing Green

📋 copy color: '#00461D'

red 0 ◦ green 70 ◦ blue 29

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

Shades of British Racing Green #00461D

Tints of British Racing Green #00461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 70.71%

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

R = 0%
G = 70.71%
B = 29.29%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#00461D (or 0x00461D) is known color: British Racing Green. HEX triplet: 00, 46 and 1D. RGB value is (0,70,29). Sum of RGB (Red+Green+Blue) = 0+70+29=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 70 (27.73% from 255 or 70.71% from 99); Blue value is 29 (11.72% from 255 or 29.29% from 99); Max value from RGB is 70 - color contains mainly: green. Hex color #00461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00461D is #FFB9E2. Grayscale: #2C2C2C. Windows color (decimal): -16759267 or 1918464. OLE color: 1918464.

HSL color Cylindrical-coordinate representation of color #00461D: hue angle of 144.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00461D is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 70 29 -
CMYK 1 0 0.59 0.73
HSL 144.86º 1% 0.14% -
HSV(B) 144.86º 1% 0.27% -
XYZ 2.41 4.47 1.9 -
YUV 44.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 0 70 29 1 0 0.59 0.73 144.86 1 0.14
Hex 0 46 1D 64 0 3B 49 91 64 E
Octal 0 106 35 144 0 73 111 221 144 16
Binary 0 1000110 11101 1100100 0 111011 1001001 10010001 1100100 1110

Color Harmonies of #00461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00461D

Black with #00461D

Text Example


Text Example

White with #00461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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