Html Css Color HEX #014435 British Racing Green

📋 copy color: '#014435'

red 1 ◦ green 68 ◦ blue 53

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

Shades of British Racing Green #014435

Tints of British Racing Green #014435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 55.74%

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

R = 0.82%
G = 55.74%
B = 43.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.73

RGB Variations

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

Color information

#014435 (or 0x014435) is known color: British Racing Green. HEX triplet: 01, 44 and 35. RGB value is (1,68,53). Sum of RGB (Red+Green+Blue) = 1+68+53=122 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.82% from 122); Green value is 68 (26.95% from 255 or 55.74% from 122); Blue value is 53 (21.09% from 255 or 43.44% from 122); Max value from RGB is 68 - color contains mainly: green. Hex color #014435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014435 is #FEBBCA. Grayscale: #2E2E2E. Windows color (decimal): -16694219 or 3490817. OLE color: 3490817.

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

Color convert

RGB 1 68 53 -
CMYK 0.99 0 0.22 0.73
HSL 166.57º 0.97% 0.14% -
HSV(B) 166.57º 0.99% 0.27% -
XYZ 2.72 4.4 4.07 -
YUV 46.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 1 68 53 0.99 0 0.22 0.73 166.57 0.97 0.14
Hex 1 44 35 63 0 16 49 A7 61 E
Octal 1 104 65 143 0 26 111 247 141 16
Binary 1 1000100 110101 1100011 0 10110 1001001 10100111 1100001 1110

Color Harmonies of #014435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014435

Black with #014435

Text Example


Text Example

White with #014435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014435; }

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

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

background-color css

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

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

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

border-color css

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

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

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