Html Css Color HEX #07421F British Racing Green

📋 copy color: '#07421F'

red 7 ◦ green 66 ◦ blue 31

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

Shades of British Racing Green #07421F

Tints of British Racing Green #07421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 63.46%

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

R = 6.73%
G = 63.46%
B = 29.81%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#07421F (or 0x07421F) is known color: British Racing Green. HEX triplet: 07, 42 and 1F. RGB value is (7,66,31). Sum of RGB (Red+Green+Blue) = 7+66+31=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #07421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07421F is #F8BDE0. Grayscale: #2C2C2C. Windows color (decimal): -16301537 or 2048519. OLE color: 2048519.

HSL color Cylindrical-coordinate representation of color #07421F: hue angle of 144.41º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07421F is Cyan = 0.89, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 31 -
CMYK 0.89 0 0.53 0.74
HSL 144.41º 0.81% 0.14% -
HSV(B) 144.41º 0.89% 0.26% -
XYZ 2.28 4.04 1.96 -
YUV 44.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 7 66 31 0.89 0 0.53 0.74 144.41 0.81 0.14
Hex 7 42 1F 59 0 35 4A 90 51 E
Octal 7 102 37 131 0 65 112 220 121 16
Binary 111 1000010 11111 1011001 0 110101 1001010 10010000 1010001 1110

Color Harmonies of #07421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07421F

Black with #07421F

Text Example


Text Example

White with #07421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,66,31); }

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

background-color css

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

 a { background-color: rgb(7,66,31); }

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

border-color css

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

 span { border-color: rgb(7,66,31); }

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