Html Css Color HEX #015416 British Racing Green

📋 copy color: '#015416'

red 1 ◦ green 84 ◦ blue 22

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

Shades of British Racing Green #015416

Tints of British Racing Green #015416

RGB

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

 GREEN value IS 84 (33.2% from 255) = 78.5%

 BLUE value IS 22 (8.98% from 255) = 20.56%

R = 0.93%
G = 78.5%
B = 20.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.67

RGB Variations

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

Color information

#015416 (or 0x015416) is known color: British Racing Green. HEX triplet: 01, 54 and 16. RGB value is (1,84,22). Sum of RGB (Red+Green+Blue) = 1+84+22=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #015416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015416 is #FEABE9. Grayscale: #343434. Windows color (decimal): -16690154 or 1463297. OLE color: 1463297.

HSL color Cylindrical-coordinate representation of color #015416: hue angle of 135.18º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015416 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB 1 84 22 -
CMYK 0.99 0 0.74 0.67
HSL 135.18º 0.98% 0.17% -
HSV(B) 135.18º 0.99% 0.33% -
XYZ 3.33 6.41 1.82 -
YUV 52.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 1 84 22 0.99 0 0.74 0.67 135.18 0.98 0.17
Hex 1 54 16 63 0 4A 43 87 62 11
Octal 1 124 26 143 0 112 103 207 142 21
Binary 1 1010100 10110 1100011 0 1001010 1000011 10000111 1100010 10001

Color Harmonies of #015416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #015416

Black with #015416

Text Example


Text Example

White with #015416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #015416; }

 p { color: rgb(1,84,22); }

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

background-color css

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

 a { background-color: rgb(1,84,22); }

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

border-color css

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

 span { border-color: rgb(1,84,22); }

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