Html Css Color HEX #074023 British Racing Green

📋 copy color: '#074023'

red 7 ◦ green 64 ◦ blue 35

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

Shades of British Racing Green #074023

Tints of British Racing Green #074023

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

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

R = 6.6%
G = 60.38%
B = 33.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#074023 (or 0x074023) is known color: British Racing Green. HEX triplet: 07, 40 and 23. RGB value is (7,64,35). Sum of RGB (Red+Green+Blue) = 7+64+35=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 35 (14.06% from 255 or 33.02% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #074023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074023 is #F8BFDC. Grayscale: #2B2B2B. Windows color (decimal): -16302045 or 2310151. OLE color: 2310151.

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

Color convert

RGB 7 64 35 -
CMYK 0.89 0 0.45 0.75
HSL 149.47º 0.8% 0.14% -
HSV(B) 149.47º 0.89% 0.25% -
XYZ 2.22 3.83 2.21 -
YUV 43.65 123.12 101.86 -
System Red Green Blue C M Y K H S L
Decimal 7 64 35 0.89 0 0.45 0.75 149.47 0.8 0.14
Hex 7 40 23 59 0 2D 4B 95 50 E
Octal 7 100 43 131 0 55 113 225 120 16
Binary 111 1000000 100011 1011001 0 101101 1001011 10010101 1010000 1110

Color Harmonies of #074023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074023

Black with #074023

Text Example


Text Example

White with #074023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074023; }

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

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

background-color css

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

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

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

border-color css

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

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

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