Html Css Color HEX #014C35 British Racing Green

📋 copy color: '#014C35'

red 1 ◦ green 76 ◦ blue 53

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

Shades of British Racing Green #014C35

Tints of British Racing Green #014C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 40.77%

R = 0.77%
G = 58.46%
B = 40.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.70

RGB Variations

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

Color information

#014C35 (or 0x014C35) is known color: British Racing Green. HEX triplet: 01, 4C and 35. RGB value is (1,76,53). Sum of RGB (Red+Green+Blue) = 1+76+53=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 76 (30.08% from 255 or 58.46% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 76 - color contains mainly: green. Hex color #014C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C35 is #FEB3CA. Grayscale: #323232. Windows color (decimal): -16692171 or 3492865. OLE color: 3492865.

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

Color convert

RGB 1 76 53 -
CMYK 0.99 0 0.30 0.70
HSL 161.6º 0.97% 0.15% -
HSV(B) 161.6º 0.99% 0.3% -
XYZ 3.24 5.43 4.25 -
YUV 50.95 129.15 92.37 -
System Red Green Blue C M Y K H S L
Decimal 1 76 53 0.99 0 0.30 0.70 161.6 0.97 0.15
Hex 1 4C 35 63 0 1E 46 A2 61 F
Octal 1 114 65 143 0 36 106 242 141 17
Binary 1 1001100 110101 1100011 0 11110 1000110 10100010 1100001 1111

Color Harmonies of #014C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C35

Black with #014C35

Text Example


Text Example

White with #014C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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