Html Css Color HEX #014110 British Racing Green

📋 copy color: '#014110'

red 1 ◦ green 65 ◦ blue 16

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

Shades of British Racing Green #014110

Tints of British Racing Green #014110

RGB

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

 GREEN value IS 65 (25.78% from 255) = 79.27%

 BLUE value IS 16 (6.64% from 255) = 19.51%

R = 1.22%
G = 79.27%
B = 19.51%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#014110 (or 0x014110) is known color: British Racing Green. HEX triplet: 01, 41 and 10. RGB value is (1,65,16). Sum of RGB (Red+Green+Blue) = 1+65+16=82 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.22% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 16 (6.64% from 255 or 19.51% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #014110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014110 is #FEBEEF. Grayscale: #282828. Windows color (decimal): -16695024 or 1065217. OLE color: 1065217.

HSL color Cylindrical-coordinate representation of color #014110: hue angle of 134.06º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014110 is Cyan = 0.98, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 65 16 -
CMYK 0.98 0 0.75 0.75
HSL 134.06º 0.97% 0.13% -
HSV(B) 134.06º 0.98% 0.25% -
XYZ 2 3.82 1.12 -
YUV 40.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 1 65 16 0.98 0 0.75 0.75 134.06 0.97 0.13
Hex 1 41 10 62 0 4B 4B 86 61 D
Octal 1 101 20 142 0 113 113 206 141 15
Binary 1 1000001 10000 1100010 0 1001011 1001011 10000110 1100001 1101

Color Harmonies of #014110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014110

Black with #014110

Text Example


Text Example

White with #014110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014110; }

 p { color: rgb(1,65,16); }

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

background-color css

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

 a { background-color: rgb(1,65,16); }

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

border-color css

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

 span { border-color: rgb(1,65,16); }

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