Html Css Color HEX #074224 British Racing Green

📋 copy color: '#074224'

red 7 ◦ green 66 ◦ blue 36

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

Shades of British Racing Green #074224

Tints of British Racing Green #074224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 60.55%

 BLUE value IS 36 (14.45% from 255) = 33.03%

R = 6.42%
G = 60.55%
B = 33.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#074224 (or 0x074224) is known color: British Racing Green. HEX triplet: 07, 42 and 24. RGB value is (7,66,36). Sum of RGB (Red+Green+Blue) = 7+66+36=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 36 (14.45% from 255 or 33.03% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #074224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074224 is #F8BDDB. Grayscale: #2D2D2D. Windows color (decimal): -16301532 or 2376199. OLE color: 2376199.

HSL color Cylindrical-coordinate representation of color #074224: hue angle of 149.49º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074224 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 36 -
CMYK 0.89 0 0.45 0.74
HSL 149.49º 0.81% 0.14% -
HSV(B) 149.49º 0.89% 0.26% -
XYZ 2.35 4.07 2.33 -
YUV 44.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 7 66 36 0.89 0 0.45 0.74 149.49 0.81 0.14
Hex 7 42 24 59 0 2D 4A 95 51 E
Octal 7 102 44 131 0 55 112 225 121 16
Binary 111 1000010 100100 1011001 0 101101 1001010 10010101 1010001 1110

Color Harmonies of #074224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074224

Black with #074224

Text Example


Text Example

White with #074224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074224; }

 p { color: rgb(7,66,36); }

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

background-color css

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

 a { background-color: rgb(7,66,36); }

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

border-color css

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

 span { border-color: rgb(7,66,36); }

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