Html Css Color HEX #014033 British Racing Green

📋 copy color: '#014033'

red 1 ◦ green 64 ◦ blue 51

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

Shades of British Racing Green #014033

Tints of British Racing Green #014033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

 BLUE value IS 51 (20.31% from 255) = 43.97%

R = 0.86%
G = 55.17%
B = 43.97%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.75

RGB Variations

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

Color information

#014033 (or 0x014033) is known color: British Racing Green. HEX triplet: 01, 40 and 33. RGB value is (1,64,51). Sum of RGB (Red+Green+Blue) = 1+64+51=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 51 (20.31% from 255 or 43.97% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #014033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014033 is #FEBFCC. Grayscale: #2B2B2B. Windows color (decimal): -16695245 or 3358721. OLE color: 3358721.

HSL color Cylindrical-coordinate representation of color #014033: hue angle of 167.62º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014033 is Cyan = 0.98, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 51 -
CMYK 0.98 0 0.20 0.75
HSL 167.62º 0.97% 0.13% -
HSV(B) 167.62º 0.98% 0.25% -
XYZ 2.44 3.91 3.76 -
YUV 43.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 1 64 51 0.98 0 0.20 0.75 167.62 0.97 0.13
Hex 1 40 33 62 0 14 4B A8 61 D
Octal 1 100 63 142 0 24 113 250 141 15
Binary 1 1000000 110011 1100010 0 10100 1001011 10101000 1100001 1101

Color Harmonies of #014033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014033

Black with #014033

Text Example


Text Example

White with #014033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014033; }

 p { color: rgb(1,64,51); }

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

background-color css

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

 a { background-color: rgb(1,64,51); }

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

border-color css

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

 span { border-color: rgb(1,64,51); }

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