Html Css Color HEX #074026 British Racing Green

📋 copy color: '#074026'

red 7 ◦ green 64 ◦ blue 38

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

Shades of British Racing Green #074026

Tints of British Racing Green #074026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.86%

R = 6.42%
G = 58.72%
B = 34.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#074026 (or 0x074026) is known color: British Racing Green. HEX triplet: 07, 40 and 26. RGB value is (7,64,38). Sum of RGB (Red+Green+Blue) = 7+64+38=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 64 (25.39% from 255 or 58.72% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 64 - color contains mainly: green. Hex color #074026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074026 is #F8BFD9. Grayscale: #2C2C2C. Windows color (decimal): -16302042 or 2506759. OLE color: 2506759.

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

Color convert

RGB 7 64 38 -
CMYK 0.89 0 0.41 0.75
HSL 152.63º 0.8% 0.14% -
HSV(B) 152.63º 0.89% 0.25% -
XYZ 2.27 3.85 2.46 -
YUV 43.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 7 64 38 0.89 0 0.41 0.75 152.63 0.8 0.14
Hex 7 40 26 59 0 29 4B 99 50 E
Octal 7 100 46 131 0 51 113 231 120 16
Binary 111 1000000 100110 1011001 0 101001 1001011 10011001 1010000 1110

Color Harmonies of #074026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074026

Black with #074026

Text Example


Text Example

White with #074026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074026; }

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

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

background-color css

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

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

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

border-color css

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

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

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