Html Css Color HEX #074A1B British Racing Green

📋 copy color: '#074A1B'

red 7 ◦ green 74 ◦ blue 27

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

Shades of British Racing Green #074A1B

Tints of British Racing Green #074A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 68.52%

 BLUE value IS 27 (10.94% from 255) = 25%

R = 6.48%
G = 68.52%
B = 25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#074A1B (or 0x074A1B) is known color: British Racing Green. HEX triplet: 07, 4A and 1B. RGB value is (7,74,27). Sum of RGB (Red+Green+Blue) = 7+74+27=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 74 (29.30% from 255 or 68.52% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 74 - color contains mainly: green. Hex color #074A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074A1B is #F8B5E4. Grayscale: #303030. Windows color (decimal): -16299493 or 1788423. OLE color: 1788423.

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

Color convert

RGB 7 74 27 -
CMYK 0.91 0 0.64 0.71
HSL 137.91º 0.83% 0.16% -
HSV(B) 137.91º 0.91% 0.29% -
XYZ 2.73 5.02 1.86 -
YUV 48.61 115.8 98.32 -
System Red Green Blue C M Y K H S L
Decimal 7 74 27 0.91 0 0.64 0.71 137.91 0.83 0.16
Hex 7 4A 1B 5B 0 40 47 8A 53 10
Octal 7 112 33 133 0 100 107 212 123 20
Binary 111 1001010 11011 1011011 0 1000000 1000111 10001010 1010011 10000

Color Harmonies of #074A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A1B

Black with #074A1B

Text Example


Text Example

White with #074A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,74,27); }

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

background-color css

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

 a { background-color: rgb(7,74,27); }

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

border-color css

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

 span { border-color: rgb(7,74,27); }

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