Html Css Color HEX #014830 British Racing Green

📋 copy color: '#014830'

red 1 ◦ green 72 ◦ blue 48

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

Shades of British Racing Green #014830

Tints of British Racing Green #014830

RGB

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

 GREEN value IS 72 (28.52% from 255) = 59.5%

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

R = 0.83%
G = 59.5%
B = 39.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#014830 (or 0x014830) is known color: British Racing Green. HEX triplet: 01, 48 and 30. RGB value is (1,72,48). Sum of RGB (Red+Green+Blue) = 1+72+48=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 72 (28.52% from 255 or 59.50% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 72 - color contains mainly: green. Hex color #014830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014830 is #FEB7CF. Grayscale: #303030. Windows color (decimal): -16693200 or 3164161. OLE color: 3164161.

HSL color Cylindrical-coordinate representation of color #014830: hue angle of 159.72º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014830 is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 48 -
CMYK 0.99 0 0.33 0.72
HSL 159.72º 0.97% 0.14% -
HSV(B) 159.72º 0.99% 0.28% -
XYZ 2.86 4.85 3.58 -
YUV 48.04 127.98 94.45 -
System Red Green Blue C M Y K H S L
Decimal 1 72 48 0.99 0 0.33 0.72 159.72 0.97 0.14
Hex 1 48 30 63 0 21 48 A0 61 E
Octal 1 110 60 143 0 41 110 240 141 16
Binary 1 1001000 110000 1100011 0 100001 1001000 10100000 1100001 1110

Color Harmonies of #014830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014830

Black with #014830

Text Example


Text Example

White with #014830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014830; }

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

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

background-color css

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

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

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

border-color css

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

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

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