Html Css Color HEX #074227 British Racing Green

📋 copy color: '#074227'

red 7 ◦ green 66 ◦ blue 39

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

Shades of British Racing Green #074227

Tints of British Racing Green #074227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 34.82%

R = 6.25%
G = 58.93%
B = 34.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.74

RGB Variations

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

Color information

#074227 (or 0x074227) is known color: British Racing Green. HEX triplet: 07, 42 and 27. RGB value is (7,66,39). Sum of RGB (Red+Green+Blue) = 7+66+39=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 66 (26.17% from 255 or 58.93% from 112); Blue value is 39 (15.62% from 255 or 34.82% from 112); Max value from RGB is 66 - color contains mainly: green. Hex color #074227 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074227 is #F8BDD8. Grayscale: #2D2D2D. Windows color (decimal): -16301529 or 2572807. OLE color: 2572807.

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

Color convert

RGB 7 66 39 -
CMYK 0.89 0 0.41 0.74
HSL 152.54º 0.81% 0.14% -
HSV(B) 152.54º 0.89% 0.26% -
XYZ 2.4 4.09 2.58 -
YUV 45.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 7 66 39 0.89 0 0.41 0.74 152.54 0.81 0.14
Hex 7 42 27 59 0 29 4A 99 51 E
Octal 7 102 47 131 0 51 112 231 121 16
Binary 111 1000010 100111 1011001 0 101001 1001010 10011001 1010001 1110

Color Harmonies of #074227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074227

Black with #074227

Text Example


Text Example

White with #074227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074227; }

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

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

background-color css

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

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

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

border-color css

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

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

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