Html Css Color HEX #014224 British Racing Green

📋 copy color: '#014224'

red 1 ◦ green 66 ◦ blue 36

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

Shades of British Racing Green #014224

Tints of British Racing Green #014224

RGB

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

 GREEN value IS 66 (26.17% from 255) = 64.08%

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

R = 0.97%
G = 64.08%
B = 34.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.74

RGB Variations

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

Color information

#014224 (or 0x014224) is known color: British Racing Green. HEX triplet: 01, 42 and 24. RGB value is (1,66,36). Sum of RGB (Red+Green+Blue) = 1+66+36=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 66 (26.17% from 255 or 64.08% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 66 - color contains mainly: green. Hex color #014224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014224 is #FEBDDB. Grayscale: #2B2B2B. Windows color (decimal): -16694748 or 2376193. OLE color: 2376193.

HSL color Cylindrical-coordinate representation of color #014224: hue angle of 152.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014224 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 66 36 -
CMYK 0.98 0 0.45 0.74
HSL 152.31º 0.97% 0.13% -
HSV(B) 152.31º 0.98% 0.26% -
XYZ 2.28 4.03 2.33 -
YUV 43.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 1 66 36 0.98 0 0.45 0.74 152.31 0.97 0.13
Hex 1 42 24 62 0 2D 4A 98 61 D
Octal 1 102 44 142 0 55 112 230 141 15
Binary 1 1000010 100100 1100010 0 101101 1001010 10011000 1100001 1101

Color Harmonies of #014224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014224

Black with #014224

Text Example


Text Example

White with #014224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014224; }

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

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

background-color css

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

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

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

border-color css

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

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

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