Html Css Color HEX #07411D British Racing Green

📋 copy color: '#07411D'

red 7 ◦ green 65 ◦ blue 29

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

Shades of British Racing Green #07411D

Tints of British Racing Green #07411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 64.36%

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

R = 6.93%
G = 64.36%
B = 28.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#07411D (or 0x07411D) is known color: British Racing Green. HEX triplet: 07, 41 and 1D. RGB value is (7,65,29). Sum of RGB (Red+Green+Blue) = 7+65+29=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #07411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07411D is #F8BEE2. Grayscale: #2B2B2B. Windows color (decimal): -16301795 or 1917191. OLE color: 1917191.

HSL color Cylindrical-coordinate representation of color #07411D: hue angle of 142.76º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07411D is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 29 -
CMYK 0.89 0 0.55 0.75
HSL 142.76º 0.81% 0.14% -
HSV(B) 142.76º 0.89% 0.25% -
XYZ 2.2 3.91 1.8 -
YUV 43.55 119.78 101.93 -
System Red Green Blue C M Y K H S L
Decimal 7 65 29 0.89 0 0.55 0.75 142.76 0.81 0.14
Hex 7 41 1D 59 0 37 4B 8F 51 E
Octal 7 101 35 131 0 67 113 217 121 16
Binary 111 1000001 11101 1011001 0 110111 1001011 10001111 1010001 1110

Color Harmonies of #07411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07411D

Black with #07411D

Text Example


Text Example

White with #07411D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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