Html Css Color HEX #015212 British Racing Green

📋 copy color: '#015212'

red 1 ◦ green 82 ◦ blue 18

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

Shades of British Racing Green #015212

Tints of British Racing Green #015212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.82%

R = 0.99%
G = 81.19%
B = 17.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#015212 (or 0x015212) is known color: British Racing Green. HEX triplet: 01, 52 and 12. RGB value is (1,82,18). Sum of RGB (Red+Green+Blue) = 1+82+18=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 82 (32.42% from 255 or 81.19% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 82 - color contains mainly: green. Hex color #015212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015212 is #FEADED. Grayscale: #323232. Windows color (decimal): -16690670 or 1200641. OLE color: 1200641.

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

Color convert

RGB 1 82 18 -
CMYK 0.99 0 0.78 0.68
HSL 132.59º 0.98% 0.16% -
HSV(B) 132.59º 0.99% 0.32% -
XYZ 3.14 6.08 1.58 -
YUV 50.49 109.66 92.7 -
System Red Green Blue C M Y K H S L
Decimal 1 82 18 0.99 0 0.78 0.68 132.59 0.98 0.16
Hex 1 52 12 63 0 4E 44 85 62 10
Octal 1 122 22 143 0 116 104 205 142 20
Binary 1 1010010 10010 1100011 0 1001110 1000100 10000101 1100010 10000

Color Harmonies of #015212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015212

Black with #015212

Text Example


Text Example

White with #015212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015212; }

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

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

background-color css

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

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

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

border-color css

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

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

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