Html Css Color HEX #00461F British Racing Green

📋 copy color: '#00461F'

red 0 ◦ green 70 ◦ blue 31

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

Shades of British Racing Green #00461F

Tints of British Racing Green #00461F

RGB

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

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

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

R = 0%
G = 69.31%
B = 30.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.56

 K value IS 0.73

RGB Variations

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

Color information

#00461F (or 0x00461F) is known color: British Racing Green. HEX triplet: 00, 46 and 1F. RGB value is (0,70,31). Sum of RGB (Red+Green+Blue) = 0+70+31=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 70 (27.73% from 255 or 69.31% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 70 - color contains mainly: green. Hex color #00461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00461F is #FFB9E0. Grayscale: #2C2C2C. Windows color (decimal): -16759265 or 2049536. OLE color: 2049536.

HSL color Cylindrical-coordinate representation of color #00461F: hue angle of 146.57º 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 #00461F is Cyan = 1, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB 0 70 31 -
CMYK 1 0 0.56 0.73
HSL 146.57º 1% 0.14% -
HSV(B) 146.57º 1% 0.27% -
XYZ 2.44 4.48 2.03 -
YUV 44.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 0 70 31 1 0 0.56 0.73 146.57 1 0.14
Hex 0 46 1F 64 0 38 49 93 64 E
Octal 0 106 37 144 0 70 111 223 144 16
Binary 0 1000110 11111 1100100 0 111000 1001001 10010011 1100100 1110

Color Harmonies of #00461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00461F

Black with #00461F

Text Example


Text Example

White with #00461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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