Html Css Color HEX #07421C British Racing Green

📋 copy color: '#07421C'

red 7 ◦ green 66 ◦ blue 28

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

Shades of British Racing Green #07421C

Tints of British Racing Green #07421C

RGB

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

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

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

R = 6.93%
G = 65.35%
B = 27.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#07421C (or 0x07421C) is known color: British Racing Green. HEX triplet: 07, 42 and 1C. RGB value is (7,66,28). Sum of RGB (Red+Green+Blue) = 7+66+28=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #07421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07421C is #F8BDE3. Grayscale: #2C2C2C. Windows color (decimal): -16301540 or 1851911. OLE color: 1851911.

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

Color convert

RGB 7 66 28 -
CMYK 0.89 0 0.58 0.74
HSL 141.36º 0.81% 0.14% -
HSV(B) 141.36º 0.89% 0.26% -
XYZ 2.25 4.03 1.76 -
YUV 44.03 118.95 101.59 -
System Red Green Blue C M Y K H S L
Decimal 7 66 28 0.89 0 0.58 0.74 141.36 0.81 0.14
Hex 7 42 1C 59 0 3A 4A 8D 51 E
Octal 7 102 34 131 0 72 112 215 121 16
Binary 111 1000010 11100 1011001 0 111010 1001010 10001101 1010001 1110

Color Harmonies of #07421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07421C

Black with #07421C

Text Example


Text Example

White with #07421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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