Html Css Color HEX #015319 British Racing Green

📋 copy color: '#015319'

red 1 ◦ green 83 ◦ blue 25

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

Shades of British Racing Green #015319

Tints of British Racing Green #015319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 22.94%

R = 0.92%
G = 76.15%
B = 22.94%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#015319 (or 0x015319) is known color: British Racing Green. HEX triplet: 01, 53 and 19. RGB value is (1,83,25). Sum of RGB (Red+Green+Blue) = 1+83+25=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 83 (32.81% from 255 or 76.15% from 109); Blue value is 25 (10.16% from 255 or 22.94% from 109); Max value from RGB is 83 - color contains mainly: green. Hex color #015319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015319 is #FEACE6. Grayscale: #343434. Windows color (decimal): -16690407 or 1659649. OLE color: 1659649.

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

Color convert

RGB 1 83 25 -
CMYK 0.99 0 0.70 0.67
HSL 137.56º 0.98% 0.16% -
HSV(B) 137.56º 0.99% 0.33% -
XYZ 3.28 6.26 1.96 -
YUV 51.87 112.83 91.72 -
System Red Green Blue C M Y K H S L
Decimal 1 83 25 0.99 0 0.70 0.67 137.56 0.98 0.16
Hex 1 53 19 63 0 46 43 8A 62 10
Octal 1 123 31 143 0 106 103 212 142 20
Binary 1 1010011 11001 1100011 0 1000110 1000011 10001010 1100010 10000

Color Harmonies of #015319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015319

Black with #015319

Text Example


Text Example

White with #015319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015319; }

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

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

background-color css

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

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

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

border-color css

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

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

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