Html Css Color HEX #014524 British Racing Green

📋 copy color: '#014524'

red 1 ◦ green 69 ◦ blue 36

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

Shades of British Racing Green #014524

Tints of British Racing Green #014524

RGB

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

 GREEN value IS 69 (27.34% from 255) = 65.09%

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

R = 0.94%
G = 65.09%
B = 33.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.48

 K value IS 0.73

RGB Variations

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

Color information

#014524 (or 0x014524) is known color: British Racing Green. HEX triplet: 01, 45 and 24. RGB value is (1,69,36). Sum of RGB (Red+Green+Blue) = 1+69+36=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 69 (27.34% from 255 or 65.09% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 69 - color contains mainly: green. Hex color #014524 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014524 is #FEBADB. Grayscale: #2C2C2C. Windows color (decimal): -16693980 or 2376961. OLE color: 2376961.

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

Color convert

RGB 1 69 36 -
CMYK 0.99 0 0.48 0.73
HSL 150.88º 0.97% 0.14% -
HSV(B) 150.88º 0.99% 0.27% -
XYZ 2.46 4.39 2.39 -
YUV 44.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 1 69 36 0.99 0 0.48 0.73 150.88 0.97 0.14
Hex 1 45 24 63 0 30 49 97 61 E
Octal 1 105 44 143 0 60 111 227 141 16
Binary 1 1000101 100100 1100011 0 110000 1001001 10010111 1100001 1110

Color Harmonies of #014524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014524

Black with #014524

Text Example


Text Example

White with #014524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014524; }

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

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

background-color css

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

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

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

border-color css

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

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

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