Html Css Color HEX #045012 British Racing Green

📋 copy color: '#045012'

red 4 ◦ green 80 ◦ blue 18

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

Shades of British Racing Green #045012

Tints of British Racing Green #045012

RGB

 RED value IS 4 (1.95% from 255) = 3.92%

 GREEN value IS 80 (31.64% from 255) = 78.43%

 BLUE value IS 18 (7.42% from 255) = 17.65%

R = 3.92%
G = 78.43%
B = 17.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#045012 (or 0x045012) is known color: British Racing Green. HEX triplet: 04, 50 and 12. RGB value is (4,80,18). Sum of RGB (Red+Green+Blue) = 4+80+18=102 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.92% from 102); Green value is 80 (31.64% from 255 or 78.43% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 80 - color contains mainly: green. Hex color #045012 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045012 is #FBAFED. Grayscale: #323232. Windows color (decimal): -16494574 or 1200132. OLE color: 1200132.

HSL color Cylindrical-coordinate representation of color #045012: hue angle of 131.05º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045012 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 18 -
CMYK 0.95 0 0.78 0.69
HSL 131.05º 0.9% 0.16% -
HSV(B) 131.05º 0.95% 0.31% -
XYZ 3.03 5.81 1.53 -
YUV 50.21 109.82 95.04 -
System Red Green Blue C M Y K H S L
Decimal 4 80 18 0.95 0 0.78 0.69 131.05 0.9 0.16
Hex 4 50 12 5F 0 4E 45 83 5A 10
Octal 4 120 22 137 0 116 105 203 132 20
Binary 100 1010000 10010 1011111 0 1001110 1000101 10000011 1011010 10000

Color Harmonies of #045012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045012

Black with #045012

Text Example


Text Example

White with #045012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045012; }

 p { color: rgb(4,80,18); }

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

background-color css

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

 a { background-color: rgb(4,80,18); }

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

border-color css

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

 span { border-color: rgb(4,80,18); }

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