Html Css Color HEX #015219 British Racing Green

📋 copy color: '#015219'

red 1 ◦ green 82 ◦ blue 25

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

Shades of British Racing Green #015219

Tints of British Racing Green #015219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 75.93%

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

R = 0.93%
G = 75.93%
B = 23.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.68

RGB Variations

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

Color information

#015219 (or 0x015219) is known color: British Racing Green. HEX triplet: 01, 52 and 19. RGB value is (1,82,25). Sum of RGB (Red+Green+Blue) = 1+82+25=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #015219 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015219 is #FEADE6. Grayscale: #333333. Windows color (decimal): -16690663 or 1659393. OLE color: 1659393.

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

Color convert

RGB 1 82 25 -
CMYK 0.99 0 0.70 0.68
HSL 137.78º 0.98% 0.16% -
HSV(B) 137.78º 0.99% 0.32% -
XYZ 3.21 6.11 1.93 -
YUV 51.28 113.16 92.13 -
System Red Green Blue C M Y K H S L
Decimal 1 82 25 0.99 0 0.70 0.68 137.78 0.98 0.16
Hex 1 52 19 63 0 46 44 8A 62 10
Octal 1 122 31 143 0 106 104 212 142 20
Binary 1 1010010 11001 1100011 0 1000110 1000100 10001010 1100010 10000

Color Harmonies of #015219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015219

Black with #015219

Text Example


Text Example

White with #015219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015219; }

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

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

background-color css

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

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

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

border-color css

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

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

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