Html Css Color HEX #015214 British Racing Green

📋 copy color: '#015214'

red 1 ◦ green 82 ◦ blue 20

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

Shades of British Racing Green #015214

Tints of British Racing Green #015214

RGB

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

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

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

R = 0.97%
G = 79.61%
B = 19.42%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#015214 (or 0x015214) is known color: British Racing Green. HEX triplet: 01, 52 and 14. RGB value is (1,82,20). Sum of RGB (Red+Green+Blue) = 1+82+20=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 82 (32.42% from 255 or 79.61% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 82 - color contains mainly: green. Hex color #015214 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015214 is #FEADEB. Grayscale: #323232. Windows color (decimal): -16690668 or 1331713. OLE color: 1331713.

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

Color convert

RGB 1 82 20 -
CMYK 0.99 0 0.76 0.68
HSL 134.07º 0.98% 0.16% -
HSV(B) 134.07º 0.99% 0.32% -
XYZ 3.16 6.09 1.67 -
YUV 50.71 110.66 92.54 -
System Red Green Blue C M Y K H S L
Decimal 1 82 20 0.99 0 0.76 0.68 134.07 0.98 0.16
Hex 1 52 14 63 0 4C 44 86 62 10
Octal 1 122 24 143 0 114 104 206 142 20
Binary 1 1010010 10100 1100011 0 1001100 1000100 10000110 1100010 10000

Color Harmonies of #015214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015214

Black with #015214

Text Example


Text Example

White with #015214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015214; }

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

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

background-color css

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

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

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

border-color css

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

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

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