Html Css Color HEX #074826 British Racing Green

📋 copy color: '#074826'

red 7 ◦ green 72 ◦ blue 38

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

Shades of British Racing Green #074826

Tints of British Racing Green #074826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 61.54%

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

R = 5.98%
G = 61.54%
B = 32.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#074826 (or 0x074826) is known color: British Racing Green. HEX triplet: 07, 48 and 26. RGB value is (7,72,38). Sum of RGB (Red+Green+Blue) = 7+72+38=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #074826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074826 is #F8B7D9. Grayscale: #303030. Windows color (decimal): -16299994 or 2508807. OLE color: 2508807.

HSL color Cylindrical-coordinate representation of color #074826: hue angle of 148.62º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074826 is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 38 -
CMYK 0.90 0 0.47 0.72
HSL 148.62º 0.82% 0.15% -
HSV(B) 148.62º 0.9% 0.28% -
XYZ 2.75 4.82 2.62 -
YUV 48.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 7 72 38 0.90 0 0.47 0.72 148.62 0.82 0.15
Hex 7 48 26 5A 0 2F 48 95 52 F
Octal 7 110 46 132 0 57 110 225 122 17
Binary 111 1001000 100110 1011010 0 101111 1001000 10010101 1010010 1111

Color Harmonies of #074826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074826

Black with #074826

Text Example


Text Example

White with #074826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074826; }

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

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

background-color css

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

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

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

border-color css

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

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

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