Html Css Color HEX #07421D British Racing Green

📋 copy color: '#07421D'

red 7 ◦ green 66 ◦ blue 29

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

Shades of British Racing Green #07421D

Tints of British Racing Green #07421D

RGB

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

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

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

R = 6.86%
G = 64.71%
B = 28.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#07421D (or 0x07421D) is known color: British Racing Green. HEX triplet: 07, 42 and 1D. RGB value is (7,66,29). Sum of RGB (Red+Green+Blue) = 7+66+29=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 66 (26.17% from 255 or 64.71% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 66 - color contains mainly: green. Hex color #07421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07421D is #F8BDE2. Grayscale: #2C2C2C. Windows color (decimal): -16301539 or 1917447. OLE color: 1917447.

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

Color convert

RGB 7 66 29 -
CMYK 0.89 0 0.56 0.74
HSL 142.37º 0.81% 0.14% -
HSV(B) 142.37º 0.89% 0.26% -
XYZ 2.26 4.03 1.82 -
YUV 44.14 119.45 101.51 -
System Red Green Blue C M Y K H S L
Decimal 7 66 29 0.89 0 0.56 0.74 142.37 0.81 0.14
Hex 7 42 1D 59 0 38 4A 8E 51 E
Octal 7 102 35 131 0 70 112 216 121 16
Binary 111 1000010 11101 1011001 0 111000 1001010 10001110 1010001 1110

Color Harmonies of #07421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07421D

Black with #07421D

Text Example


Text Example

White with #07421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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