Html Css Color HEX #005515 British Racing Green

📋 copy color: '#005515'

red 0 ◦ green 85 ◦ blue 21

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

Shades of British Racing Green #005515

Tints of British Racing Green #005515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 80.19%

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

R = 0%
G = 80.19%
B = 19.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#005515 (or 0x005515) is known color: British Racing Green. HEX triplet: 00, 55 and 15. RGB value is (0,85,21). Sum of RGB (Red+Green+Blue) = 0+85+21=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 85 (33.59% from 255 or 80.19% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 85 - color contains mainly: green. Hex color #005515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005515 is #FFAAEA. Grayscale: #343434. Windows color (decimal): -16755435 or 1398016. OLE color: 1398016.

HSL color Cylindrical-coordinate representation of color #005515: hue angle of 134.82º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005515 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 0 85 21 -
CMYK 1 0 0.75 0.67
HSL 134.82º 1% 0.17% -
HSV(B) 134.82º 1% 0.33% -
XYZ 3.38 6.55 1.8 -
YUV 52.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 0 85 21 1 0 0.75 0.67 134.82 1 0.17
Hex 0 55 15 64 0 4B 43 87 64 11
Octal 0 125 25 144 0 113 103 207 144 21
Binary 0 1010101 10101 1100100 0 1001011 1000011 10000111 1100100 10001

Color Harmonies of #005515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005515

Black with #005515

Text Example


Text Example

White with #005515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005515; }

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

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

background-color css

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

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

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

border-color css

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

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

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