Html Css Color HEX #014521 British Racing Green

📋 copy color: '#014521'

red 1 ◦ green 69 ◦ blue 33

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

Shades of British Racing Green #014521

Tints of British Racing Green #014521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 32.04%

R = 0.97%
G = 66.99%
B = 32.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.73

RGB Variations

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

Color information

#014521 (or 0x014521) is known color: British Racing Green. HEX triplet: 01, 45 and 21. RGB value is (1,69,33). Sum of RGB (Red+Green+Blue) = 1+69+33=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 69 (27.34% from 255 or 66.99% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 69 - color contains mainly: green. Hex color #014521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014521 is #FEBADE. Grayscale: #2C2C2C. Windows color (decimal): -16693983 or 2180353. OLE color: 2180353.

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

Color convert

RGB 1 69 33 -
CMYK 0.99 0 0.52 0.73
HSL 148.24º 0.97% 0.14% -
HSV(B) 148.24º 0.99% 0.27% -
XYZ 2.42 4.37 2.16 -
YUV 44.56 121.47 96.93 -
System Red Green Blue C M Y K H S L
Decimal 1 69 33 0.99 0 0.52 0.73 148.24 0.97 0.14
Hex 1 45 21 63 0 34 49 94 61 E
Octal 1 105 41 143 0 64 111 224 141 16
Binary 1 1000101 100001 1100011 0 110100 1001001 10010100 1100001 1110

Color Harmonies of #014521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014521

Black with #014521

Text Example


Text Example

White with #014521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014521; }

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

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

background-color css

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

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

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

border-color css

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

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

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