Html Css Color HEX #07422F British Racing Green

📋 copy color: '#07422F'

red 7 ◦ green 66 ◦ blue 47

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

Shades of British Racing Green #07422F

Tints of British Racing Green #07422F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 5.83%
G = 55%
B = 39.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#07422F (or 0x07422F) is known color: British Racing Green. HEX triplet: 07, 42 and 2F. RGB value is (7,66,47). Sum of RGB (Red+Green+Blue) = 7+66+47=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 66 (26.17% from 255 or 55% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 66 - color contains mainly: green. Hex color #07422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07422F is #F8BDD0. Grayscale: #2E2E2E. Windows color (decimal): -16301521 or 3097095. OLE color: 3097095.

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

Color convert

RGB 7 66 47 -
CMYK 0.89 0 0.29 0.74
HSL 160.68º 0.81% 0.14% -
HSV(B) 160.68º 0.89% 0.26% -
XYZ 2.55 4.15 3.36 -
YUV 46.19 128.45 100.04 -
System Red Green Blue C M Y K H S L
Decimal 7 66 47 0.89 0 0.29 0.74 160.68 0.81 0.14
Hex 7 42 2F 59 0 1D 4A A1 51 E
Octal 7 102 57 131 0 35 112 241 121 16
Binary 111 1000010 101111 1011001 0 11101 1001010 10100001 1010001 1110

Color Harmonies of #07422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07422F

Black with #07422F

Text Example


Text Example

White with #07422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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