Html Css Color HEX #005127 British Racing Green

📋 copy color: '#005127'

red 0 ◦ green 81 ◦ blue 39

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

Shades of British Racing Green #005127

Tints of British Racing Green #005127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 32.5%

R = 0%
G = 67.5%
B = 32.5%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.52

 K value IS 0.68

RGB Variations

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

Color information

#005127 (or 0x005127) is known color: British Racing Green. HEX triplet: 00, 51 and 27. RGB value is (0,81,39). Sum of RGB (Red+Green+Blue) = 0+81+39=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 39 (15.62% from 255 or 32.5% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #005127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005127 is #FFAED8. Grayscale: #343434. Windows color (decimal): -16756441 or 2576640. OLE color: 2576640.

HSL color Cylindrical-coordinate representation of color #005127: hue angle of 148.89º 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 #005127 is Cyan = 1, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB 0 81 39 -
CMYK 1 0 0.52 0.68
HSL 148.89º 1% 0.16% -
HSV(B) 148.89º 1% 0.32% -
XYZ 3.31 6.03 2.91 -
YUV 51.99 120.66 90.92 -
System Red Green Blue C M Y K H S L
Decimal 0 81 39 1 0 0.52 0.68 148.89 1 0.16
Hex 0 51 27 64 0 34 44 95 64 10
Octal 0 121 47 144 0 64 104 225 144 20
Binary 0 1010001 100111 1100100 0 110100 1000100 10010101 1100100 10000

Color Harmonies of #005127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005127

Black with #005127

Text Example


Text Example

White with #005127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005127; }

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

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

background-color css

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

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

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

border-color css

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

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

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