Html Css Color HEX #014335 British Racing Green

📋 copy color: '#014335'

red 1 ◦ green 67 ◦ blue 53

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

Shades of British Racing Green #014335

Tints of British Racing Green #014335

RGB

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

 GREEN value IS 67 (26.56% from 255) = 55.37%

 BLUE value IS 53 (21.09% from 255) = 43.8%

R = 0.83%
G = 55.37%
B = 43.8%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#014335 (or 0x014335) is known color: British Racing Green. HEX triplet: 01, 43 and 35. RGB value is (1,67,53). Sum of RGB (Red+Green+Blue) = 1+67+53=121 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 53 (21.09% from 255 or 43.80% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #014335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014335 is #FEBCCA. Grayscale: #2D2D2D. Windows color (decimal): -16694475 or 3490561. OLE color: 3490561.

HSL color Cylindrical-coordinate representation of color #014335: hue angle of 167.27º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014335 is Cyan = 0.99, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 67 53 -
CMYK 0.99 0 0.21 0.74
HSL 167.27º 0.97% 0.13% -
HSV(B) 167.27º 0.99% 0.26% -
XYZ 2.66 4.28 4.05 -
YUV 45.67 132.13 96.14 -
System Red Green Blue C M Y K H S L
Decimal 1 67 53 0.99 0 0.21 0.74 167.27 0.97 0.13
Hex 1 43 35 63 0 15 4A A7 61 D
Octal 1 103 65 143 0 25 112 247 141 15
Binary 1 1000011 110101 1100011 0 10101 1001010 10100111 1100001 1101

Color Harmonies of #014335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014335

Black with #014335

Text Example


Text Example

White with #014335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014335; }

 p { color: rgb(1,67,53); }

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

background-color css

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

 a { background-color: rgb(1,67,53); }

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

border-color css

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

 span { border-color: rgb(1,67,53); }

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