Html Css Color HEX #014024 British Racing Green

📋 copy color: '#014024'

red 1 ◦ green 64 ◦ blue 36

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

Shades of British Racing Green #014024

Tints of British Racing Green #014024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 35.64%

R = 0.99%
G = 63.37%
B = 35.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#014024 (or 0x014024) is known color: British Racing Green. HEX triplet: 01, 40 and 24. RGB value is (1,64,36). Sum of RGB (Red+Green+Blue) = 1+64+36=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #014024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014024 is #FEBFDB. Grayscale: #2A2A2A. Windows color (decimal): -16695260 or 2375681. OLE color: 2375681.

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

Color convert

RGB 1 64 36 -
CMYK 0.98 0 0.44 0.75
HSL 153.33º 0.97% 0.13% -
HSV(B) 153.33º 0.98% 0.25% -
XYZ 2.16 3.8 2.29 -
YUV 41.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 1 64 36 0.98 0 0.44 0.75 153.33 0.97 0.13
Hex 1 40 24 62 0 2C 4B 99 61 D
Octal 1 100 44 142 0 54 113 231 141 15
Binary 1 1000000 100100 1100010 0 101100 1001011 10011001 1100001 1101

Color Harmonies of #014024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014024

Black with #014024

Text Example


Text Example

White with #014024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014024; }

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

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

background-color css

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

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

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

border-color css

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

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

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