Html Css Color HEX #015314 British Racing Green

📋 copy color: '#015314'

red 1 ◦ green 83 ◦ blue 20

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

Shades of British Racing Green #015314

Tints of British Racing Green #015314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 0.96%
G = 79.81%
B = 19.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#015314 (or 0x015314) is known color: British Racing Green. HEX triplet: 01, 53 and 14. RGB value is (1,83,20). Sum of RGB (Red+Green+Blue) = 1+83+20=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #015314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015314 is #FEACEB. Grayscale: #333333. Windows color (decimal): -16690412 or 1331969. OLE color: 1331969.

HSL color Cylindrical-coordinate representation of color #015314: hue angle of 133.9º 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 #015314 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 83 20 -
CMYK 0.99 0 0.76 0.67
HSL 133.9º 0.98% 0.16% -
HSV(B) 133.9º 0.99% 0.33% -
XYZ 3.23 6.24 1.7 -
YUV 51.3 110.33 92.12 -
System Red Green Blue C M Y K H S L
Decimal 1 83 20 0.99 0 0.76 0.67 133.9 0.98 0.16
Hex 1 53 14 63 0 4C 43 86 62 10
Octal 1 123 24 143 0 114 103 206 142 20
Binary 1 1010011 10100 1100011 0 1001100 1000011 10000110 1100010 10000

Color Harmonies of #015314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015314

Black with #015314

Text Example


Text Example

White with #015314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015314; }

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

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

background-color css

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

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

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

border-color css

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

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

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