Html Css Color HEX #074C28 British Racing Green

📋 copy color: '#074C28'

red 7 ◦ green 76 ◦ blue 40

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

Shades of British Racing Green #074C28

Tints of British Racing Green #074C28

RGB

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

 GREEN value IS 76 (30.08% from 255) = 61.79%

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

R = 5.69%
G = 61.79%
B = 32.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.70

RGB Variations

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

Color information

#074C28 (or 0x074C28) is known color: British Racing Green. HEX triplet: 07, 4C and 28. RGB value is (7,76,40). Sum of RGB (Red+Green+Blue) = 7+76+40=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 76 (30.08% from 255 or 61.79% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 76 - color contains mainly: green. Hex color #074C28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074C28 is #F8B3D7. Grayscale: #333333. Windows color (decimal): -16298968 or 2640903. OLE color: 2640903.

HSL color Cylindrical-coordinate representation of color #074C28: hue angle of 148.7º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C28 is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 76 40 -
CMYK 0.91 0 0.47 0.70
HSL 148.7º 0.83% 0.16% -
HSV(B) 148.7º 0.91% 0.3% -
XYZ 3.06 5.37 2.88 -
YUV 51.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 7 76 40 0.91 0 0.47 0.70 148.7 0.83 0.16
Hex 7 4C 28 5B 0 2F 46 95 53 10
Octal 7 114 50 133 0 57 106 225 123 20
Binary 111 1001100 101000 1011011 0 101111 1000110 10010101 1010011 10000

Color Harmonies of #074C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074C28

Black with #074C28

Text Example


Text Example

White with #074C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074C28; }

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

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

background-color css

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

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

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

border-color css

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

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

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