Html Css Color HEX #074328 British Racing Green

📋 copy color: '#074328'

red 7 ◦ green 67 ◦ blue 40

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

Shades of British Racing Green #074328

Tints of British Racing Green #074328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 58.77%

 BLUE value IS 40 (16.02% from 255) = 35.09%

R = 6.14%
G = 58.77%
B = 35.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#074328 (or 0x074328) is known color: British Racing Green. HEX triplet: 07, 43 and 28. RGB value is (7,67,40). Sum of RGB (Red+Green+Blue) = 7+67+40=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #074328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074328 is #F8BCD7. Grayscale: #2E2E2E. Windows color (decimal): -16301272 or 2638599. OLE color: 2638599.

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

Color convert

RGB 7 67 40 -
CMYK 0.90 0 0.40 0.74
HSL 153º 0.81% 0.15% -
HSV(B) 153º 0.9% 0.26% -
XYZ 2.48 4.21 2.69 -
YUV 45.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 7 67 40 0.90 0 0.40 0.74 153 0.81 0.15
Hex 7 43 28 5A 0 28 4A 99 51 F
Octal 7 103 50 132 0 50 112 231 121 17
Binary 111 1000011 101000 1011010 0 101000 1001010 10011001 1010001 1111

Color Harmonies of #074328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074328

Black with #074328

Text Example


Text Example

White with #074328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074328; }

 p { color: rgb(7,67,40); }

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

background-color css

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

 a { background-color: rgb(7,67,40); }

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

border-color css

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

 span { border-color: rgb(7,67,40); }

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