Html Css Color HEX #014023 British Racing Green

📋 copy color: '#014023'

red 1 ◦ green 64 ◦ blue 35

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

Shades of British Racing Green #014023

Tints of British Racing Green #014023

RGB

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

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

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

R = 1%
G = 64%
B = 35%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.75

RGB Variations

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

Color information

#014023 (or 0x014023) is known color: British Racing Green. HEX triplet: 01, 40 and 23. RGB value is (1,64,35). Sum of RGB (Red+Green+Blue) = 1+64+35=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 64 (25.39% from 255 or 64% from 100); Blue value is 35 (14.06% from 255 or 35% from 100); Max value from RGB is 64 - color contains mainly: green. Hex color #014023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014023 is #FEBFDC. Grayscale: #292929. Windows color (decimal): -16695261 or 2310145. OLE color: 2310145.

HSL color Cylindrical-coordinate representation of color #014023: hue angle of 152.38º 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 #014023 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 64 35 -
CMYK 0.98 0 0.45 0.75
HSL 152.38º 0.97% 0.13% -
HSV(B) 152.38º 0.98% 0.25% -
XYZ 2.15 3.79 2.21 -
YUV 41.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 1 64 35 0.98 0 0.45 0.75 152.38 0.97 0.13
Hex 1 40 23 62 0 2D 4B 98 61 D
Octal 1 100 43 142 0 55 113 230 141 15
Binary 1 1000000 100011 1100010 0 101101 1001011 10011000 1100001 1101

Color Harmonies of #014023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014023

Black with #014023

Text Example


Text Example

White with #014023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014023; }

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

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

background-color css

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

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

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

border-color css

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

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

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