Html Css Color HEX #005015 British Racing Green

📋 copy color: '#005015'

red 0 ◦ green 80 ◦ blue 21

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

Shades of British Racing Green #005015

Tints of British Racing Green #005015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 0%
G = 79.21%
B = 20.79%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.69

RGB Variations

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

Color information

#005015 (or 0x005015) is known color: British Racing Green. HEX triplet: 00, 50 and 15. RGB value is (0,80,21). Sum of RGB (Red+Green+Blue) = 0+80+21=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #005015 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005015 is #FFAFEA. Grayscale: #313131. Windows color (decimal): -16756715 or 1396736. OLE color: 1396736.

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

Color convert

RGB 0 80 21 -
CMYK 1 0 0.74 0.69
HSL 135.75º 1% 0.16% -
HSV(B) 135.75º 1% 0.31% -
XYZ 3 5.79 1.67 -
YUV 49.35 112 92.8 -
System Red Green Blue C M Y K H S L
Decimal 0 80 21 1 0 0.74 0.69 135.75 1 0.16
Hex 0 50 15 64 0 4A 45 88 64 10
Octal 0 120 25 144 0 112 105 210 144 20
Binary 0 1010000 10101 1100100 0 1001010 1000101 10001000 1100100 10000

Color Harmonies of #005015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005015

Black with #005015

Text Example


Text Example

White with #005015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005015; }

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

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

background-color css

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

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

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

border-color css

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

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

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