Html Css Color HEX #005139 British Racing Green

📋 copy color: '#005139'

red 0 ◦ green 81 ◦ blue 57

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

Shades of British Racing Green #005139

Tints of British Racing Green #005139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 58.7%

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

R = 0%
G = 58.7%
B = 41.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.30

 K value IS 0.68

RGB Variations

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

Color information

#005139 (or 0x005139) is known color: British Racing Green. HEX triplet: 00, 51 and 39. RGB value is (0,81,57). Sum of RGB (Red+Green+Blue) = 0+81+57=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 81 (32.03% from 255 or 58.70% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 81 - color contains mainly: green. Hex color #005139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005139 is #FFAEC6. Grayscale: #363636. Windows color (decimal): -16756423 or 3756288. OLE color: 3756288.

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

Color convert

RGB 0 81 57 -
CMYK 1 0 0.30 0.68
HSL 162.22º 1% 0.16% -
HSV(B) 162.22º 1% 0.32% -
XYZ 3.68 6.18 4.87 -
YUV 54.05 129.66 89.45 -
System Red Green Blue C M Y K H S L
Decimal 0 81 57 1 0 0.30 0.68 162.22 1 0.16
Hex 0 51 39 64 0 1E 44 A2 64 10
Octal 0 121 71 144 0 36 104 242 144 20
Binary 0 1010001 111001 1100100 0 11110 1000100 10100010 1100100 10000

Color Harmonies of #005139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005139

Black with #005139

Text Example


Text Example

White with #005139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005139; }

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

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

background-color css

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

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

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

border-color css

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

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

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