Html Css Color HEX #074430 British Racing Green

📋 copy color: '#074430'

red 7 ◦ green 68 ◦ blue 48

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

Shades of British Racing Green #074430

Tints of British Racing Green #074430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 55.28%

 BLUE value IS 48 (19.14% from 255) = 39.02%

R = 5.69%
G = 55.28%
B = 39.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#074430 (or 0x074430) is known color: British Racing Green. HEX triplet: 07, 44 and 30. RGB value is (7,68,48). Sum of RGB (Red+Green+Blue) = 7+68+48=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #074430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074430 is #F8BBCF. Grayscale: #2F2F2F. Windows color (decimal): -16301008 or 3163143. OLE color: 3163143.

HSL color Cylindrical-coordinate representation of color #074430: hue angle of 160.33º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074430 is Cyan = 0.90, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 68 48 -
CMYK 0.90 0 0.29 0.73
HSL 160.33º 0.81% 0.15% -
HSV(B) 160.33º 0.9% 0.27% -
XYZ 2.69 4.39 3.5 -
YUV 47.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 7 68 48 0.90 0 0.29 0.73 160.33 0.81 0.15
Hex 7 44 30 5A 0 1D 49 A0 51 F
Octal 7 104 60 132 0 35 111 240 121 17
Binary 111 1000100 110000 1011010 0 11101 1001001 10100000 1010001 1111

Color Harmonies of #074430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074430

Black with #074430

Text Example


Text Example

White with #074430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074430; }

 p { color: rgb(7,68,48); }

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

background-color css

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

 a { background-color: rgb(7,68,48); }

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

border-color css

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

 span { border-color: rgb(7,68,48); }

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