Html Css Color HEX #014820 British Racing Green

📋 copy color: '#014820'

red 1 ◦ green 72 ◦ blue 32

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

Shades of British Racing Green #014820

Tints of British Racing Green #014820

RGB

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

 GREEN value IS 72 (28.52% from 255) = 68.57%

 BLUE value IS 32 (12.89% from 255) = 30.48%

R = 0.95%
G = 68.57%
B = 30.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#014820 (or 0x014820) is known color: British Racing Green. HEX triplet: 01, 48 and 20. RGB value is (1,72,32). Sum of RGB (Red+Green+Blue) = 1+72+32=105 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.95% from 105); Green value is 72 (28.52% from 255 or 68.57% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 72 - color contains mainly: green. Hex color #014820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014820 is #FEB7DF. Grayscale: #2E2E2E. Windows color (decimal): -16693216 or 2115585. OLE color: 2115585.

HSL color Cylindrical-coordinate representation of color #014820: hue angle of 146.2º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014820 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 72 32 -
CMYK 0.99 0 0.56 0.72
HSL 146.2º 0.97% 0.14% -
HSV(B) 146.2º 0.99% 0.28% -
XYZ 2.59 4.75 2.15 -
YUV 46.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 1 72 32 0.99 0 0.56 0.72 146.2 0.97 0.14
Hex 1 48 20 63 0 38 48 92 61 E
Octal 1 110 40 143 0 70 110 222 141 16
Binary 1 1001000 100000 1100011 0 111000 1001000 10010010 1100001 1110

Color Harmonies of #014820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014820

Black with #014820

Text Example


Text Example

White with #014820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #014820; }

 p { color: rgb(1,72,32); }

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

background-color css

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

 a { background-color: rgb(1,72,32); }

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

border-color css

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

 span { border-color: rgb(1,72,32); }

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