Html Css Color HEX #07451F British Racing Green

📋 copy color: '#07451F'

red 7 ◦ green 69 ◦ blue 31

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

Shades of British Racing Green #07451F

Tints of British Racing Green #07451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 64.49%

 BLUE value IS 31 (12.5% from 255) = 28.97%

R = 6.54%
G = 64.49%
B = 28.97%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.73

RGB Variations

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

Color information

#07451F (or 0x07451F) is known color: British Racing Green. HEX triplet: 07, 45 and 1F. RGB value is (7,69,31). Sum of RGB (Red+Green+Blue) = 7+69+31=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 69 (27.34% from 255 or 64.49% from 107); Blue value is 31 (12.5% from 255 or 28.97% from 107); Max value from RGB is 69 - color contains mainly: green. Hex color #07451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07451F is #F8BAE0. Grayscale: #2E2E2E. Windows color (decimal): -16300769 or 2049287. OLE color: 2049287.

HSL color Cylindrical-coordinate representation of color #07451F: hue angle of 143.23º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07451F is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 31 -
CMYK 0.90 0 0.55 0.73
HSL 143.23º 0.82% 0.15% -
HSV(B) 143.23º 0.9% 0.27% -
XYZ 2.46 4.4 2.02 -
YUV 46.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 7 69 31 0.90 0 0.55 0.73 143.23 0.82 0.15
Hex 7 45 1F 5A 0 37 49 8F 52 F
Octal 7 105 37 132 0 67 111 217 122 17
Binary 111 1000101 11111 1011010 0 110111 1001001 10001111 1010010 1111

Color Harmonies of #07451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07451F

Black with #07451F

Text Example


Text Example

White with #07451F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,69,31); }

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

background-color css

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

 a { background-color: rgb(7,69,31); }

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

border-color css

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

 span { border-color: rgb(7,69,31); }

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