Html Css Color HEX #005128 British Racing Green

📋 copy color: '#005128'

red 0 ◦ green 81 ◦ blue 40

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

Shades of British Racing Green #005128

Tints of British Racing Green #005128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 33.06%

R = 0%
G = 66.94%
B = 33.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.51

 K value IS 0.68

RGB Variations

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

Color information

#005128 (or 0x005128) is known color: British Racing Green. HEX triplet: 00, 51 and 28. RGB value is (0,81,40). Sum of RGB (Red+Green+Blue) = 0+81+40=121 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 121); Green value is 81 (32.03% from 255 or 66.94% from 121); Blue value is 40 (16.02% from 255 or 33.06% from 121); Max value from RGB is 81 - color contains mainly: green. Hex color #005128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005128 is #FFAED7. Grayscale: #343434. Windows color (decimal): -16756440 or 2642176. OLE color: 2642176.

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

Color convert

RGB 0 81 40 -
CMYK 1 0 0.51 0.68
HSL 149.63º 1% 0.16% -
HSV(B) 149.63º 1% 0.32% -
XYZ 3.33 6.04 3 -
YUV 52.11 121.16 90.83 -
System Red Green Blue C M Y K H S L
Decimal 0 81 40 1 0 0.51 0.68 149.63 1 0.16
Hex 0 51 28 64 0 33 44 96 64 10
Octal 0 121 50 144 0 63 104 226 144 20
Binary 0 1010001 101000 1100100 0 110011 1000100 10010110 1100100 10000

Color Harmonies of #005128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005128

Black with #005128

Text Example


Text Example

White with #005128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005128; }

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

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

background-color css

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

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

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

border-color css

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

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

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