Html Css Color HEX #015317 British Racing Green

📋 copy color: '#015317'

red 1 ◦ green 83 ◦ blue 23

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

Shades of British Racing Green #015317

Tints of British Racing Green #015317

RGB

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

 GREEN value IS 83 (32.81% from 255) = 77.57%

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 0.93%
G = 77.57%
B = 21.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#015317 (or 0x015317) is known color: British Racing Green. HEX triplet: 01, 53 and 17. RGB value is (1,83,23). Sum of RGB (Red+Green+Blue) = 1+83+23=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #015317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015317 is #FEACE8. Grayscale: #333333. Windows color (decimal): -16690409 or 1528577. OLE color: 1528577.

HSL color Cylindrical-coordinate representation of color #015317: hue angle of 136.1º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015317 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 83 23 -
CMYK 0.99 0 0.72 0.67
HSL 136.1º 0.98% 0.16% -
HSV(B) 136.1º 0.99% 0.33% -
XYZ 3.26 6.25 1.85 -
YUV 51.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 1 83 23 0.99 0 0.72 0.67 136.1 0.98 0.16
Hex 1 53 17 63 0 48 43 88 62 10
Octal 1 123 27 143 0 110 103 210 142 20
Binary 1 1010011 10111 1100011 0 1001000 1000011 10001000 1100010 10000

Color Harmonies of #015317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015317

Black with #015317

Text Example


Text Example

White with #015317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015317; }

 p { color: rgb(1,83,23); }

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

background-color css

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

 a { background-color: rgb(1,83,23); }

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

border-color css

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

 span { border-color: rgb(1,83,23); }

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