Html Css Color HEX #014826 British Racing Green

📋 copy color: '#014826'

red 1 ◦ green 72 ◦ blue 38

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

Shades of British Racing Green #014826

Tints of British Racing Green #014826

RGB

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

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

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

R = 0.9%
G = 64.86%
B = 34.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.72

RGB Variations

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

Color information

#014826 (or 0x014826) is known color: British Racing Green. HEX triplet: 01, 48 and 26. RGB value is (1,72,38). Sum of RGB (Red+Green+Blue) = 1+72+38=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 72 (28.52% from 255 or 64.86% from 111); Blue value is 38 (15.23% from 255 or 34.23% from 111); Max value from RGB is 72 - color contains mainly: green. Hex color #014826 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014826 is #FEB7D9. Grayscale: #2E2E2E. Windows color (decimal): -16693210 or 2508801. OLE color: 2508801.

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

Color convert

RGB 1 72 38 -
CMYK 0.99 0 0.47 0.72
HSL 151.27º 0.97% 0.14% -
HSV(B) 151.27º 0.99% 0.28% -
XYZ 2.68 4.78 2.62 -
YUV 46.9 122.98 95.26 -
System Red Green Blue C M Y K H S L
Decimal 1 72 38 0.99 0 0.47 0.72 151.27 0.97 0.14
Hex 1 48 26 63 0 2F 48 97 61 E
Octal 1 110 46 143 0 57 110 227 141 16
Binary 1 1001000 100110 1100011 0 101111 1001000 10010111 1100001 1110

Color Harmonies of #014826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014826

Black with #014826

Text Example


Text Example

White with #014826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014826; }

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

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

background-color css

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

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

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

border-color css

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

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

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