Html Css Color HEX #07401E British Racing Green

📋 copy color: '#07401E'

red 7 ◦ green 64 ◦ blue 30

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

Shades of British Racing Green #07401E

Tints of British Racing Green #07401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 63.37%

 BLUE value IS 30 (12.11% from 255) = 29.7%

R = 6.93%
G = 63.37%
B = 29.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.75

RGB Variations

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

Color information

#07401E (or 0x07401E) is known color: British Racing Green. HEX triplet: 07, 40 and 1E. RGB value is (7,64,30). Sum of RGB (Red+Green+Blue) = 7+64+30=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #07401E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07401E is #F8BFE1. Grayscale: #2B2B2B. Windows color (decimal): -16302050 or 1982471. OLE color: 1982471.

HSL color Cylindrical-coordinate representation of color #07401E: hue angle of 144.21º degrees, saturation: 0.8, 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 #07401E is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 30 -
CMYK 0.89 0 0.53 0.75
HSL 144.21º 0.8% 0.14% -
HSV(B) 144.21º 0.89% 0.25% -
XYZ 2.16 3.81 1.85 -
YUV 43.08 120.62 102.26 -
System Red Green Blue C M Y K H S L
Decimal 7 64 30 0.89 0 0.53 0.75 144.21 0.8 0.14
Hex 7 40 1E 59 0 35 4B 90 50 E
Octal 7 100 36 131 0 65 113 220 120 16
Binary 111 1000000 11110 1011001 0 110101 1001011 10010000 1010000 1110

Color Harmonies of #07401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07401E

Black with #07401E

Text Example


Text Example

White with #07401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07401E; }

 p { color: rgb(7,64,30); }

 H1.HeaderClassName
 {
   color: #07401E;
 }
 .AnyTagClassName
 {
   color: #07401E;
 }
</style>

background-color css

<style>
 a { background-color: #07401E; }

 a { background-color: rgb(7,64,30); }

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

border-color css

<style>
 span { border-color: #07401E; }

 span { border-color: rgb(7,64,30); }

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