Html Css Color HEX #015213 British Racing Green

📋 copy color: '#015213'

red 1 ◦ green 82 ◦ blue 19

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

Shades of British Racing Green #015213

Tints of British Racing Green #015213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 0.98%
G = 80.39%
B = 18.63%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#015213 (or 0x015213) is known color: British Racing Green. HEX triplet: 01, 52 and 13. RGB value is (1,82,19). Sum of RGB (Red+Green+Blue) = 1+82+19=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 82 (32.42% from 255 or 80.39% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 82 - color contains mainly: green. Hex color #015213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015213 is #FEADEC. Grayscale: #323232. Windows color (decimal): -16690669 or 1266177. OLE color: 1266177.

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

Color convert

RGB 1 82 19 -
CMYK 0.99 0 0.77 0.68
HSL 133.33º 0.98% 0.16% -
HSV(B) 133.33º 0.99% 0.32% -
XYZ 3.15 6.09 1.63 -
YUV 50.6 110.16 92.62 -
System Red Green Blue C M Y K H S L
Decimal 1 82 19 0.99 0 0.77 0.68 133.33 0.98 0.16
Hex 1 52 13 63 0 4D 44 85 62 10
Octal 1 122 23 143 0 115 104 205 142 20
Binary 1 1010010 10011 1100011 0 1001101 1000100 10000101 1100010 10000

Color Harmonies of #015213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015213

Black with #015213

Text Example


Text Example

White with #015213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015213; }

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

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

background-color css

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

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

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

border-color css

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

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

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