Html Css Color HEX #014423 British Racing Green

📋 copy color: '#014423'

red 1 ◦ green 68 ◦ blue 35

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

Shades of British Racing Green #014423

Tints of British Racing Green #014423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 33.65%

R = 0.96%
G = 65.38%
B = 33.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.73

RGB Variations

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

Color information

#014423 (or 0x014423) is known color: British Racing Green. HEX triplet: 01, 44 and 23. RGB value is (1,68,35). Sum of RGB (Red+Green+Blue) = 1+68+35=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 68 (26.95% from 255 or 65.38% from 104); Blue value is 35 (14.06% from 255 or 33.65% from 104); Max value from RGB is 68 - color contains mainly: green. Hex color #014423 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014423 is #FEBBDC. Grayscale: #2C2C2C. Windows color (decimal): -16694237 or 2311169. OLE color: 2311169.

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

Color convert

RGB 1 68 35 -
CMYK 0.99 0 0.49 0.73
HSL 150.45º 0.97% 0.14% -
HSV(B) 150.45º 0.99% 0.27% -
XYZ 2.38 4.26 2.29 -
YUV 44.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 1 68 35 0.99 0 0.49 0.73 150.45 0.97 0.14
Hex 1 44 23 63 0 31 49 96 61 E
Octal 1 104 43 143 0 61 111 226 141 16
Binary 1 1000100 100011 1100011 0 110001 1001001 10010110 1100001 1110

Color Harmonies of #014423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014423

Black with #014423

Text Example


Text Example

White with #014423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014423; }

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

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

background-color css

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

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

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

border-color css

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

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

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