Html Css Color HEX #045029 British Racing Green

📋 copy color: '#045029'

red 4 ◦ green 80 ◦ blue 41

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

Shades of British Racing Green #045029

Tints of British Racing Green #045029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 32.8%

R = 3.2%
G = 64%
B = 32.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#045029 (or 0x045029) is known color: British Racing Green. HEX triplet: 04, 50 and 29. RGB value is (4,80,41). Sum of RGB (Red+Green+Blue) = 4+80+41=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 80 (31.64% from 255 or 64% from 125); Blue value is 41 (16.41% from 255 or 32.8% from 125); Max value from RGB is 80 - color contains mainly: green. Hex color #045029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045029 is #FBAFD6. Grayscale: #343434. Windows color (decimal): -16494551 or 2707460. OLE color: 2707460.

HSL color Cylindrical-coordinate representation of color #045029: hue angle of 149.21º 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 #045029 is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB 4 80 41 -
CMYK 0.95 0 0.49 0.69
HSL 149.21º 0.9% 0.16% -
HSV(B) 149.21º 0.95% 0.31% -
XYZ 3.32 5.92 3.07 -
YUV 52.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 4 80 41 0.95 0 0.49 0.69 149.21 0.9 0.16
Hex 4 50 29 5F 0 31 45 95 5A 10
Octal 4 120 51 137 0 61 105 225 132 20
Binary 100 1010000 101001 1011111 0 110001 1000101 10010101 1011010 10000

Color Harmonies of #045029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #045029

Black with #045029

Text Example


Text Example

White with #045029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #045029; }

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

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

background-color css

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

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

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

border-color css

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

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

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