Html Css Color HEX #005039 British Racing Green

📋 copy color: '#005039'

red 0 ◦ green 80 ◦ blue 57

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

Shades of British Racing Green #005039

Tints of British Racing Green #005039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 41.61%

R = 0%
G = 58.39%
B = 41.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#005039 (or 0x005039) is known color: British Racing Green. HEX triplet: 00, 50 and 39. RGB value is (0,80,57). Sum of RGB (Red+Green+Blue) = 0+80+57=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 80 (31.64% from 255 or 58.39% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 80 - color contains mainly: green. Hex color #005039 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005039 is #FFAFC6. Grayscale: #353535. Windows color (decimal): -16756679 or 3756032. OLE color: 3756032.

HSL color Cylindrical-coordinate representation of color #005039: hue angle of 162.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 #005039 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.69.

Color convert

RGB 0 80 57 -
CMYK 1 0 0.29 0.69
HSL 162.75º 1% 0.16% -
HSV(B) 162.75º 1% 0.31% -
XYZ 3.61 6.03 4.85 -
YUV 53.46 130 89.87 -
System Red Green Blue C M Y K H S L
Decimal 0 80 57 1 0 0.29 0.69 162.75 1 0.16
Hex 0 50 39 64 0 1D 45 A3 64 10
Octal 0 120 71 144 0 35 105 243 144 20
Binary 0 1010000 111001 1100100 0 11101 1000101 10100011 1100100 10000

Color Harmonies of #005039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005039

Black with #005039

Text Example


Text Example

White with #005039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005039; }

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

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

background-color css

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

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

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

border-color css

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

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

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