Html Css Color HEX #01500F British Racing Green

📋 copy color: '#01500F'

red 1 ◦ green 80 ◦ blue 15

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

Shades of British Racing Green #01500F

Tints of British Racing Green #01500F

RGB

 RED value IS 1 (0.78% from 255) = 1.04%

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

 BLUE value IS 15 (6.25% from 255) = 15.63%

R = 1.04%
G = 83.33%
B = 15.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#01500F (or 0x01500F) is known color: British Racing Green. HEX triplet: 01, 50 and 0F. RGB value is (1,80,15). Sum of RGB (Red+Green+Blue) = 1+80+15=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 80 (31.64% from 255 or 83.33% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 80 - color contains mainly: green. Hex color #01500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01500F is #FEAFF0. Grayscale: #313131. Windows color (decimal): -16691185 or 1003521. OLE color: 1003521.

HSL color Cylindrical-coordinate representation of color #01500F: hue angle of 130.63º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01500F is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.

Color convert

RGB 1 80 15 -
CMYK 0.99 0 0.81 0.69
HSL 130.63º 0.98% 0.16% -
HSV(B) 130.63º 0.99% 0.31% -
XYZ 2.97 5.78 1.41 -
YUV 48.97 108.83 93.79 -
System Red Green Blue C M Y K H S L
Decimal 1 80 15 0.99 0 0.81 0.69 130.63 0.98 0.16
Hex 1 50 F 63 0 51 45 83 62 10
Octal 1 120 17 143 0 121 105 203 142 20
Binary 1 1010000 1111 1100011 0 1010001 1000101 10000011 1100010 10000

Color Harmonies of #01500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01500F

Black with #01500F

Text Example


Text Example

White with #01500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01500F; }

 p { color: rgb(1,80,15); }

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

background-color css

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

 a { background-color: rgb(1,80,15); }

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

border-color css

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

 span { border-color: rgb(1,80,15); }

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