Html Css Color HEX #074027 British Racing Green

📋 copy color: '#074027'

red 7 ◦ green 64 ◦ blue 39

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

Shades of British Racing Green #074027

Tints of British Racing Green #074027

RGB

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

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

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

R = 6.36%
G = 58.18%
B = 35.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.75

RGB Variations

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

Color information

#074027 (or 0x074027) is known color: British Racing Green. HEX triplet: 07, 40 and 27. RGB value is (7,64,39). Sum of RGB (Red+Green+Blue) = 7+64+39=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 39 (15.62% from 255 or 35.45% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #074027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074027 is #F8BFD8. Grayscale: #2C2C2C. Windows color (decimal): -16302041 or 2572295. OLE color: 2572295.

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

Color convert

RGB 7 64 39 -
CMYK 0.89 0 0.39 0.75
HSL 153.68º 0.8% 0.14% -
HSV(B) 153.68º 0.89% 0.25% -
XYZ 2.29 3.86 2.54 -
YUV 44.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 7 64 39 0.89 0 0.39 0.75 153.68 0.8 0.14
Hex 7 40 27 59 0 27 4B 9A 50 E
Octal 7 100 47 131 0 47 113 232 120 16
Binary 111 1000000 100111 1011001 0 100111 1001011 10011010 1010000 1110

Color Harmonies of #074027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074027

Black with #074027

Text Example


Text Example

White with #074027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074027; }

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

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

background-color css

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

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

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

border-color css

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

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

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