Html Css Color HEX #074921 British Racing Green

📋 copy color: '#074921'

red 7 ◦ green 73 ◦ blue 33

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

Shades of British Racing Green #074921

Tints of British Racing Green #074921

RGB

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

 GREEN value IS 73 (28.91% from 255) = 64.6%

 BLUE value IS 33 (13.28% from 255) = 29.2%

R = 6.19%
G = 64.6%
B = 29.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#074921 (or 0x074921) is known color: British Racing Green. HEX triplet: 07, 49 and 21. RGB value is (7,73,33). Sum of RGB (Red+Green+Blue) = 7+73+33=113 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.19% from 113); Green value is 73 (28.91% from 255 or 64.60% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 73 - color contains mainly: green. Hex color #074921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074921 is #F8B6DE. Grayscale: #303030. Windows color (decimal): -16299743 or 2181383. OLE color: 2181383.

HSL color Cylindrical-coordinate representation of color #074921: hue angle of 143.64º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074921 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 33 -
CMYK 0.90 0 0.55 0.71
HSL 143.64º 0.83% 0.16% -
HSV(B) 143.64º 0.9% 0.29% -
XYZ 2.74 4.92 2.24 -
YUV 48.71 119.13 98.25 -
System Red Green Blue C M Y K H S L
Decimal 7 73 33 0.90 0 0.55 0.71 143.64 0.83 0.16
Hex 7 49 21 5A 0 37 47 90 52 10
Octal 7 111 41 132 0 67 107 220 122 20
Binary 111 1001001 100001 1011010 0 110111 1000111 10010000 1010010 10000

Color Harmonies of #074921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074921

Black with #074921

Text Example


Text Example

White with #074921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074921; }

 p { color: rgb(7,73,33); }

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

background-color css

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

 a { background-color: rgb(7,73,33); }

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

border-color css

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

 span { border-color: rgb(7,73,33); }

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