Html Css Color HEX #014626 British Racing Green

📋 copy color: '#014626'

red 1 ◦ green 70 ◦ blue 38

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

Shades of British Racing Green #014626

Tints of British Racing Green #014626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 34.86%

R = 0.92%
G = 64.22%
B = 34.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.46

 K value IS 0.73

RGB Variations

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

Color information

#014626 (or 0x014626) is known color: British Racing Green. HEX triplet: 01, 46 and 26. RGB value is (1,70,38). Sum of RGB (Red+Green+Blue) = 1+70+38=109 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.92% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #014626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014626 is #FEB9D9. Grayscale: #2D2D2D. Windows color (decimal): -16693722 or 2508289. OLE color: 2508289.

HSL color Cylindrical-coordinate representation of color #014626: hue angle of 152.17º 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 #014626 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 70 38 -
CMYK 0.99 0 0.46 0.73
HSL 152.17º 0.97% 0.14% -
HSV(B) 152.17º 0.99% 0.27% -
XYZ 2.55 4.53 2.57 -
YUV 45.72 123.64 96.1 -
System Red Green Blue C M Y K H S L
Decimal 1 70 38 0.99 0 0.46 0.73 152.17 0.97 0.14
Hex 1 46 26 63 0 2E 49 98 61 E
Octal 1 106 46 143 0 56 111 230 141 16
Binary 1 1000110 100110 1100011 0 101110 1001001 10011000 1100001 1110

Color Harmonies of #014626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014626

Black with #014626

Text Example


Text Example

White with #014626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014626; }

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

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

background-color css

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

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

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

border-color css

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

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

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