Html Css Color HEX #014C0D British Racing Green

📋 copy color: '#014C0D'

red 1 ◦ green 76 ◦ blue 13

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

Shades of British Racing Green #014C0D

Tints of British Racing Green #014C0D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 84.44%

 BLUE value IS 13 (5.47% from 255) = 14.44%

R = 1.11%
G = 84.44%
B = 14.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.83

 K value IS 0.70

RGB Variations

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

Color information

#014C0D (or 0x014C0D) is known color: British Racing Green. HEX triplet: 01, 4C and 0D. RGB value is (1,76,13). Sum of RGB (Red+Green+Blue) = 1+76+13=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 76 (30.08% from 255 or 84.44% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 76 - color contains mainly: green. Hex color #014C0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C0D is #FEB3F2. Grayscale: #2E2E2E. Windows color (decimal): -16692211 or 871425. OLE color: 871425.

HSL color Cylindrical-coordinate representation of color #014C0D: hue angle of 129.6º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014C0D is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 76 13 -
CMYK 0.99 0 0.83 0.70
HSL 129.6º 0.97% 0.15% -
HSV(B) 129.6º 0.99% 0.3% -
XYZ 2.67 5.2 1.24 -
YUV 46.39 109.15 95.62 -
System Red Green Blue C M Y K H S L
Decimal 1 76 13 0.99 0 0.83 0.70 129.6 0.97 0.15
Hex 1 4C D 63 0 53 46 82 61 F
Octal 1 114 15 143 0 123 106 202 141 17
Binary 1 1001100 1101 1100011 0 1010011 1000110 10000010 1100001 1111

Color Harmonies of #014C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C0D

Black with #014C0D

Text Example


Text Example

White with #014C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014C0D; }

 p { color: rgb(1,76,13); }

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

background-color css

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

 a { background-color: rgb(1,76,13); }

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

border-color css

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

 span { border-color: rgb(1,76,13); }

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