Html Css Color HEX #014630 British Racing Green

📋 copy color: '#014630'

red 1 ◦ green 70 ◦ blue 48

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

Shades of British Racing Green #014630

Tints of British Racing Green #014630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 58.82%

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

R = 0.84%
G = 58.82%
B = 40.34%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#014630 (or 0x014630) is known color: British Racing Green. HEX triplet: 01, 46 and 30. RGB value is (1,70,48). Sum of RGB (Red+Green+Blue) = 1+70+48=119 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.84% from 119); Green value is 70 (27.73% from 255 or 58.82% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 70 - color contains mainly: green. Hex color #014630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014630 is #FEB9CF. Grayscale: #2E2E2E. Windows color (decimal): -16693712 or 3163649. OLE color: 3163649.

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

Color convert

RGB 1 70 48 -
CMYK 0.99 0 0.31 0.73
HSL 160.87º 0.97% 0.14% -
HSV(B) 160.87º 0.99% 0.27% -
XYZ 2.74 4.6 3.54 -
YUV 46.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 1 70 48 0.99 0 0.31 0.73 160.87 0.97 0.14
Hex 1 46 30 63 0 1F 49 A1 61 E
Octal 1 106 60 143 0 37 111 241 141 16
Binary 1 1000110 110000 1100011 0 11111 1001001 10100001 1100001 1110

Color Harmonies of #014630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014630

Black with #014630

Text Example


Text Example

White with #014630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014630; }

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

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

background-color css

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

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

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

border-color css

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

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

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