Html Css Color HEX #014C34 British Racing Green

📋 copy color: '#014C34'

red 1 ◦ green 76 ◦ blue 52

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

Shades of British Racing Green #014C34

Tints of British Racing Green #014C34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 40.31%

R = 0.78%
G = 58.91%
B = 40.31%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#014C34 (or 0x014C34) is known color: British Racing Green. HEX triplet: 01, 4C and 34. RGB value is (1,76,52). Sum of RGB (Red+Green+Blue) = 1+76+52=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 76 (30.08% from 255 or 58.91% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 76 - color contains mainly: green. Hex color #014C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C34 is #FEB3CB. Grayscale: #323232. Windows color (decimal): -16692172 or 3427329. OLE color: 3427329.

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

Color convert

RGB 1 76 52 -
CMYK 0.99 0 0.32 0.70
HSL 160.8º 0.97% 0.15% -
HSV(B) 160.8º 0.99% 0.3% -
XYZ 3.22 5.42 4.13 -
YUV 50.84 128.65 92.45 -
System Red Green Blue C M Y K H S L
Decimal 1 76 52 0.99 0 0.32 0.70 160.8 0.97 0.15
Hex 1 4C 34 63 0 20 46 A1 61 F
Octal 1 114 64 143 0 40 106 241 141 17
Binary 1 1001100 110100 1100011 0 100000 1000110 10100001 1100001 1111

Color Harmonies of #014C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C34

Black with #014C34

Text Example


Text Example

White with #014C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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