Html Css Color HEX #07422A British Racing Green

📋 copy color: '#07422A'

red 7 ◦ green 66 ◦ blue 42

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

Shades of British Racing Green #07422A

Tints of British Racing Green #07422A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 6.09%
G = 57.39%
B = 36.52%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#07422A (or 0x07422A) is known color: British Racing Green. HEX triplet: 07, 42 and 2A. RGB value is (7,66,42). Sum of RGB (Red+Green+Blue) = 7+66+42=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #07422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07422A is #F8BDD5. Grayscale: #2D2D2D. Windows color (decimal): -16301526 or 2769415. OLE color: 2769415.

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

Color convert

RGB 7 66 42 -
CMYK 0.89 0 0.36 0.74
HSL 155.59º 0.81% 0.14% -
HSV(B) 155.59º 0.89% 0.26% -
XYZ 2.45 4.11 2.85 -
YUV 45.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 7 66 42 0.89 0 0.36 0.74 155.59 0.81 0.14
Hex 7 42 2A 59 0 24 4A 9C 51 E
Octal 7 102 52 131 0 44 112 234 121 16
Binary 111 1000010 101010 1011001 0 100100 1001010 10011100 1010001 1110

Color Harmonies of #07422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07422A

Black with #07422A

Text Example


Text Example

White with #07422A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07422A; }

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

 H1.HeaderClassName
 {
   color: #07422A;
 }
 .AnyTagClassName
 {
   color: #07422A;
 }
</style>

background-color css

<style>
 a { background-color: #07422A; }

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

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

border-color css

<style>
 span { border-color: #07422A; }

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

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