Html Css Color HEX #005018 British Racing Green

📋 copy color: '#005018'

red 0 ◦ green 80 ◦ blue 24

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

Shades of British Racing Green #005018

Tints of British Racing Green #005018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 0%
G = 76.92%
B = 23.08%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.70

 K value IS 0.69

RGB Variations

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

Color information

#005018 (or 0x005018) is known color: British Racing Green. HEX triplet: 00, 50 and 18. RGB value is (0,80,24). Sum of RGB (Red+Green+Blue) = 0+80+24=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #005018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005018 is #FFAFE7. Grayscale: #313131. Windows color (decimal): -16756712 or 1593344. OLE color: 1593344.

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

Color convert

RGB 0 80 24 -
CMYK 1 0 0.70 0.69
HSL 138º 1% 0.16% -
HSV(B) 138º 1% 0.31% -
XYZ 3.03 5.8 1.82 -
YUV 49.7 113.5 92.55 -
System Red Green Blue C M Y K H S L
Decimal 0 80 24 1 0 0.70 0.69 138 1 0.16
Hex 0 50 18 64 0 46 45 8A 64 10
Octal 0 120 30 144 0 106 105 212 144 20
Binary 0 1010000 11000 1100100 0 1000110 1000101 10001010 1100100 10000

Color Harmonies of #005018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005018

Black with #005018

Text Example


Text Example

White with #005018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005018; }

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

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

background-color css

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

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

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

border-color css

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

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

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