Html Css Color HEX #07421B British Racing Green

📋 copy color: '#07421B'

red 7 ◦ green 66 ◦ blue 27

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

Shades of British Racing Green #07421B

Tints of British Racing Green #07421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27%

R = 7%
G = 66%
B = 27%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#07421B (or 0x07421B) is known color: British Racing Green. HEX triplet: 07, 42 and 1B. RGB value is (7,66,27). Sum of RGB (Red+Green+Blue) = 7+66+27=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #07421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07421B is #F8BDE4. Grayscale: #2C2C2C. Windows color (decimal): -16301541 or 1786375. OLE color: 1786375.

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

Color convert

RGB 7 66 27 -
CMYK 0.89 0 0.59 0.74
HSL 140.34º 0.81% 0.14% -
HSV(B) 140.34º 0.89% 0.26% -
XYZ 2.23 4.02 1.7 -
YUV 43.91 118.45 101.67 -
System Red Green Blue C M Y K H S L
Decimal 7 66 27 0.89 0 0.59 0.74 140.34 0.81 0.14
Hex 7 42 1B 59 0 3B 4A 8C 51 E
Octal 7 102 33 131 0 73 112 214 121 16
Binary 111 1000010 11011 1011001 0 111011 1001010 10001100 1010001 1110

Color Harmonies of #07421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07421B

Black with #07421B

Text Example


Text Example

White with #07421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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