Html Css Color HEX #074230 British Racing Green

📋 copy color: '#074230'

red 7 ◦ green 66 ◦ blue 48

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

Shades of British Racing Green #074230

Tints of British Racing Green #074230

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.55%

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

R = 5.79%
G = 54.55%
B = 39.67%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.74

RGB Variations

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

Color information

#074230 (or 0x074230) is known color: British Racing Green. HEX triplet: 07, 42 and 30. RGB value is (7,66,48). Sum of RGB (Red+Green+Blue) = 7+66+48=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #074230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074230 is #F8BDCF. Grayscale: #2E2E2E. Windows color (decimal): -16301520 or 3162631. OLE color: 3162631.

HSL color Cylindrical-coordinate representation of color #074230: hue angle of 161.69º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074230 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 48 -
CMYK 0.89 0 0.27 0.74
HSL 161.69º 0.81% 0.14% -
HSV(B) 161.69º 0.89% 0.26% -
XYZ 2.57 4.16 3.46 -
YUV 46.31 128.95 99.96 -
System Red Green Blue C M Y K H S L
Decimal 7 66 48 0.89 0 0.27 0.74 161.69 0.81 0.14
Hex 7 42 30 59 0 1B 4A A2 51 E
Octal 7 102 60 131 0 33 112 242 121 16
Binary 111 1000010 110000 1011001 0 11011 1001010 10100010 1010001 1110

Color Harmonies of #074230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074230

Black with #074230

Text Example


Text Example

White with #074230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074230; }

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

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

background-color css

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

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

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

border-color css

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

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

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