Html Css Color HEX #014C30 British Racing Green

📋 copy color: '#014C30'

red 1 ◦ green 76 ◦ blue 48

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

Shades of British Racing Green #014C30

Tints of British Racing Green #014C30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.4%

R = 0.8%
G = 60.8%
B = 38.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#014C30 (or 0x014C30) is known color: British Racing Green. HEX triplet: 01, 4C and 30. RGB value is (1,76,48). Sum of RGB (Red+Green+Blue) = 1+76+48=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #014C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014C30 is #FEB3CF. Grayscale: #323232. Windows color (decimal): -16692176 or 3165185. OLE color: 3165185.

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

Color convert

RGB 1 76 48 -
CMYK 0.99 0 0.37 0.70
HSL 157.6º 0.97% 0.15% -
HSV(B) 157.6º 0.99% 0.3% -
XYZ 3.13 5.39 3.67 -
YUV 50.38 126.65 92.78 -
System Red Green Blue C M Y K H S L
Decimal 1 76 48 0.99 0 0.37 0.70 157.6 0.97 0.15
Hex 1 4C 30 63 0 25 46 9E 61 F
Octal 1 114 60 143 0 45 106 236 141 17
Binary 1 1001100 110000 1100011 0 100101 1000110 10011110 1100001 1111

Color Harmonies of #014C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C30

Black with #014C30

Text Example


Text Example

White with #014C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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