Html Css Color HEX #07401C British Racing Green

📋 copy color: '#07401C'

red 7 ◦ green 64 ◦ blue 28

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

Shades of British Racing Green #07401C

Tints of British Racing Green #07401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 7.07%
G = 64.65%
B = 28.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#07401C (or 0x07401C) is known color: British Racing Green. HEX triplet: 07, 40 and 1C. RGB value is (7,64,28). Sum of RGB (Red+Green+Blue) = 7+64+28=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 64 (25.39% from 255 or 64.65% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 64 - color contains mainly: green. Hex color #07401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07401C is #F8BFE3. Grayscale: #2A2A2A. Windows color (decimal): -16302052 or 1851399. OLE color: 1851399.

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

Color convert

RGB 7 64 28 -
CMYK 0.89 0 0.56 0.75
HSL 142.11º 0.8% 0.14% -
HSV(B) 142.11º 0.89% 0.25% -
XYZ 2.13 3.8 1.72 -
YUV 42.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 7 64 28 0.89 0 0.56 0.75 142.11 0.8 0.14
Hex 7 40 1C 59 0 38 4B 8E 50 E
Octal 7 100 34 131 0 70 113 216 120 16
Binary 111 1000000 11100 1011001 0 111000 1001011 10001110 1010000 1110

Color Harmonies of #07401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07401C

Black with #07401C

Text Example


Text Example

White with #07401C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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