Html Css Color HEX #074923 British Racing Green

📋 copy color: '#074923'

red 7 ◦ green 73 ◦ blue 35

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

Shades of British Racing Green #074923

Tints of British Racing Green #074923

RGB

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

 GREEN value IS 73 (28.91% from 255) = 63.48%

 BLUE value IS 35 (14.06% from 255) = 30.43%

R = 6.09%
G = 63.48%
B = 30.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.71

RGB Variations

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

Color information

#074923 (or 0x074923) is known color: British Racing Green. HEX triplet: 07, 49 and 23. RGB value is (7,73,35). Sum of RGB (Red+Green+Blue) = 7+73+35=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 35 (14.06% from 255 or 30.43% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #074923 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074923 is #F8B6DC. Grayscale: #313131. Windows color (decimal): -16299741 or 2312455. OLE color: 2312455.

HSL color Cylindrical-coordinate representation of color #074923: hue angle of 145.45º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074923 is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 35 -
CMYK 0.90 0 0.52 0.71
HSL 145.45º 0.83% 0.16% -
HSV(B) 145.45º 0.9% 0.29% -
XYZ 2.77 4.93 2.4 -
YUV 48.93 120.13 98.09 -
System Red Green Blue C M Y K H S L
Decimal 7 73 35 0.90 0 0.52 0.71 145.45 0.83 0.16
Hex 7 49 23 5A 0 34 47 91 52 10
Octal 7 111 43 132 0 64 107 221 122 20
Binary 111 1001001 100011 1011010 0 110100 1000111 10010001 1010010 10000

Color Harmonies of #074923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074923

Black with #074923

Text Example


Text Example

White with #074923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074923; }

 p { color: rgb(7,73,35); }

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

background-color css

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

 a { background-color: rgb(7,73,35); }

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

border-color css

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

 span { border-color: rgb(7,73,35); }

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