Html Css Color HEX #005029 British Racing Green

📋 copy color: '#005029'

red 0 ◦ green 80 ◦ blue 41

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

Shades of British Racing Green #005029

Tints of British Racing Green #005029

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 66.12%
B = 33.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#005029 (or 0x005029) is known color: British Racing Green. HEX triplet: 00, 50 and 29. RGB value is (0,80,41). Sum of RGB (Red+Green+Blue) = 0+80+41=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 80 (31.64% from 255 or 66.12% from 121); Blue value is 41 (16.41% from 255 or 33.88% from 121); Max value from RGB is 80 - color contains mainly: green. Hex color #005029 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005029 is #FFAFD6. Grayscale: #333333. Windows color (decimal): -16756695 or 2707456. OLE color: 2707456.

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

Color convert

RGB 0 80 41 -
CMYK 1 0 0.49 0.69
HSL 150.75º 1% 0.16% -
HSV(B) 150.75º 1% 0.31% -
XYZ 3.27 5.9 3.06 -
YUV 51.63 122 91.17 -
System Red Green Blue C M Y K H S L
Decimal 0 80 41 1 0 0.49 0.69 150.75 1 0.16
Hex 0 50 29 64 0 31 45 97 64 10
Octal 0 120 51 144 0 61 105 227 144 20
Binary 0 1010000 101001 1100100 0 110001 1000101 10010111 1100100 10000

Color Harmonies of #005029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005029

Black with #005029

Text Example


Text Example

White with #005029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005029; }

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

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

background-color css

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

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

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

border-color css

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

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

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