Html Css Color HEX #014B1D British Racing Green

📋 copy color: '#014B1D'

red 1 ◦ green 75 ◦ blue 29

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

Shades of British Racing Green #014B1D

Tints of British Racing Green #014B1D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 71.43%

 BLUE value IS 29 (11.72% from 255) = 27.62%

R = 0.95%
G = 71.43%
B = 27.62%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.71

RGB Variations

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

Color information

#014B1D (or 0x014B1D) is known color: British Racing Green. HEX triplet: 01, 4B and 1D. RGB value is (1,75,29). Sum of RGB (Red+Green+Blue) = 1+75+29=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 75 (29.69% from 255 or 71.43% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 75 - color contains mainly: green. Hex color #014B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B1D is #FEB4E2. Grayscale: #2F2F2F. Windows color (decimal): -16692451 or 1919745. OLE color: 1919745.

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

Color convert

RGB 1 75 29 -
CMYK 0.99 0 0.61 0.71
HSL 142.7º 0.97% 0.15% -
HSV(B) 142.7º 0.99% 0.29% -
XYZ 2.75 5.13 2.01 -
YUV 47.63 117.48 94.74 -
System Red Green Blue C M Y K H S L
Decimal 1 75 29 0.99 0 0.61 0.71 142.7 0.97 0.15
Hex 1 4B 1D 63 0 3D 47 8F 61 F
Octal 1 113 35 143 0 75 107 217 141 17
Binary 1 1001011 11101 1100011 0 111101 1000111 10001111 1100001 1111

Color Harmonies of #014B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B1D

Black with #014B1D

Text Example


Text Example

White with #014B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,75,29); }

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

background-color css

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

 a { background-color: rgb(1,75,29); }

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

border-color css

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

 span { border-color: rgb(1,75,29); }

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