Html Css Color HEX #073C25 British Racing Green

📋 copy color: '#073C25'

red 7 ◦ green 60 ◦ blue 37

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

Shades of British Racing Green #073C25

Tints of British Racing Green #073C25

RGB

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

 GREEN value IS 60 (23.83% from 255) = 57.69%

 BLUE value IS 37 (14.84% from 255) = 35.58%

R = 6.73%
G = 57.69%
B = 35.58%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#073C25 (or 0x073C25) is known color: British Racing Green. HEX triplet: 07, 3C and 25. RGB value is (7,60,37). Sum of RGB (Red+Green+Blue) = 7+60+37=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #073C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073C25 is #F8C3DA. Grayscale: #292929. Windows color (decimal): -16303067 or 2440199. OLE color: 2440199.

HSL color Cylindrical-coordinate representation of color #073C25: hue angle of 153.96º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C25 is Cyan = 0.88, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 60 37 -
CMYK 0.88 0 0.38 0.76
HSL 153.96º 0.79% 0.13% -
HSV(B) 153.96º 0.88% 0.24% -
XYZ 2.04 3.41 2.3 -
YUV 41.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 7 60 37 0.88 0 0.38 0.76 153.96 0.79 0.13
Hex 7 3C 25 58 0 26 4C 9A 4F D
Octal 7 74 45 130 0 46 114 232 117 15
Binary 111 111100 100101 1011000 0 100110 1001100 10011010 1001111 1101

Color Harmonies of #073C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C25

Black with #073C25

Text Example


Text Example

White with #073C25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,60,37); }

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

background-color css

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

 a { background-color: rgb(7,60,37); }

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

border-color css

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

 span { border-color: rgb(7,60,37); }

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