Html Css Color HEX #073F28 British Racing Green

📋 copy color: '#073F28'

red 7 ◦ green 63 ◦ blue 40

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

Shades of British Racing Green #073F28

Tints of British Racing Green #073F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 36.36%

R = 6.36%
G = 57.27%
B = 36.36%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.37

 K value IS 0.75

RGB Variations

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

Color information

#073F28 (or 0x073F28) is known color: British Racing Green. HEX triplet: 07, 3F and 28. RGB value is (7,63,40). Sum of RGB (Red+Green+Blue) = 7+63+40=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 63 (25% from 255 or 57.27% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 63 - color contains mainly: green. Hex color #073F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073F28 is #F8C0D7. Grayscale: #2B2B2B. Windows color (decimal): -16302296 or 2637575. OLE color: 2637575.

HSL color Cylindrical-coordinate representation of color #073F28: hue angle of 155.36º 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 #073F28 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 63 40 -
CMYK 0.89 0 0.37 0.75
HSL 155.36º 0.8% 0.14% -
HSV(B) 155.36º 0.89% 0.25% -
XYZ 2.25 3.75 2.61 -
YUV 43.63 125.95 101.87 -
System Red Green Blue C M Y K H S L
Decimal 7 63 40 0.89 0 0.37 0.75 155.36 0.8 0.14
Hex 7 3F 28 59 0 25 4B 9B 50 E
Octal 7 77 50 131 0 45 113 233 120 16
Binary 111 111111 101000 1011001 0 100101 1001011 10011011 1010000 1110

Color Harmonies of #073F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073F28

Black with #073F28

Text Example


Text Example

White with #073F28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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