Html Css Color HEX #073F1C British Racing Green

📋 copy color: '#073F1C'

red 7 ◦ green 63 ◦ blue 28

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

Shades of British Racing Green #073F1C

Tints of British Racing Green #073F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 64.29%

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

R = 7.14%
G = 64.29%
B = 28.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#073F1C (or 0x073F1C) is known color: British Racing Green. HEX triplet: 07, 3F and 1C. RGB value is (7,63,28). Sum of RGB (Red+Green+Blue) = 7+63+28=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 63 (25% from 255 or 64.29% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 63 - color contains mainly: green. Hex color #073F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F1C is #F8C0E3. Grayscale: #2A2A2A. Windows color (decimal): -16302308 or 1851143. OLE color: 1851143.

HSL color Cylindrical-coordinate representation of color #073F1C: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073F1C is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 63 28 -
CMYK 0.89 0 0.56 0.75
HSL 142.5º 0.8% 0.14% -
HSV(B) 142.5º 0.89% 0.25% -
XYZ 2.07 3.68 1.7 -
YUV 42.27 119.95 102.85 -
System Red Green Blue C M Y K H S L
Decimal 7 63 28 0.89 0 0.56 0.75 142.5 0.8 0.14
Hex 7 3F 1C 59 0 38 4B 8E 50 E
Octal 7 77 34 131 0 70 113 216 120 16
Binary 111 111111 11100 1011001 0 111000 1001011 10001110 1010000 1110

Color Harmonies of #073F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F1C

Black with #073F1C

Text Example


Text Example

White with #073F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073F1C; }

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

 H1.HeaderClassName
 {
   color: #073F1C;
 }
 .AnyTagClassName
 {
   color: #073F1C;
 }
</style>

background-color css

<style>
 a { background-color: #073F1C; }

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

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

border-color css

<style>
 span { border-color: #073F1C; }

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

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