Html Css Color HEX #07461D British Racing Green

📋 copy color: '#07461D'

red 7 ◦ green 70 ◦ blue 29

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

Shades of British Racing Green #07461D

Tints of British Racing Green #07461D

RGB

 RED value IS 7 (3.13% from 255) = 6.6%

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

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

R = 6.6%
G = 66.04%
B = 27.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.73

RGB Variations

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

Color information

#07461D (or 0x07461D) is known color: British Racing Green. HEX triplet: 07, 46 and 1D. RGB value is (7,70,29). Sum of RGB (Red+Green+Blue) = 7+70+29=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #07461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07461D is #F8B9E2. Grayscale: #2E2E2E. Windows color (decimal): -16300515 or 1918471. OLE color: 1918471.

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

Color convert

RGB 7 70 29 -
CMYK 0.90 0 0.59 0.73
HSL 140.95º 0.82% 0.15% -
HSV(B) 140.95º 0.9% 0.27% -
XYZ 2.5 4.51 1.9 -
YUV 46.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 7 70 29 0.90 0 0.59 0.73 140.95 0.82 0.15
Hex 7 46 1D 5A 0 3B 49 8D 52 F
Octal 7 106 35 132 0 73 111 215 122 17
Binary 111 1000110 11101 1011010 0 111011 1001001 10001101 1010010 1111

Color Harmonies of #07461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07461D

Black with #07461D

Text Example


Text Example

White with #07461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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