Html Css Color HEX #014B2F British Racing Green

📋 copy color: '#014B2F'

red 1 ◦ green 75 ◦ blue 47

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

Shades of British Racing Green #014B2F

Tints of British Racing Green #014B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 0.81%
G = 60.98%
B = 38.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#014B2F (or 0x014B2F) is known color: British Racing Green. HEX triplet: 01, 4B and 2F. RGB value is (1,75,47). Sum of RGB (Red+Green+Blue) = 1+75+47=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 75 (29.69% from 255 or 60.98% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 75 - color contains mainly: green. Hex color #014B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014B2F is #FEB4D0. Grayscale: #313131. Windows color (decimal): -16692433 or 3099393. OLE color: 3099393.

HSL color Cylindrical-coordinate representation of color #014B2F: hue angle of 157.3º 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 #014B2F is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 1 75 47 -
CMYK 0.99 0 0.37 0.71
HSL 157.3º 0.97% 0.15% -
HSV(B) 157.3º 0.99% 0.29% -
XYZ 3.04 5.24 3.54 -
YUV 49.68 126.48 93.28 -
System Red Green Blue C M Y K H S L
Decimal 1 75 47 0.99 0 0.37 0.71 157.3 0.97 0.15
Hex 1 4B 2F 63 0 25 47 9D 61 F
Octal 1 113 57 143 0 45 107 235 141 17
Binary 1 1001011 101111 1100011 0 100101 1000111 10011101 1100001 1111

Color Harmonies of #014B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014B2F

Black with #014B2F

Text Example


Text Example

White with #014B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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