Html Css Color HEX #0A4920 British Racing Green

📋 copy color: '#0A4920'

red 10 ◦ green 73 ◦ blue 32

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

Shades of British Racing Green #0A4920

Tints of British Racing Green #0A4920

RGB

 RED value IS 10 (4.3% from 255) = 8.7%

 GREEN value IS 73 (28.91% from 255) = 63.48%

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

R = 8.7%
G = 63.48%
B = 27.83%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#0A4920 (or 0x0A4920) is known color: British Racing Green. HEX triplet: 0A, 49 and 20. RGB value is (10,73,32). Sum of RGB (Red+Green+Blue) = 10+73+32=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4920 is #F5B6DF. Grayscale: #313131. Windows color (decimal): -16103136 or 2115850. OLE color: 2115850.

HSL color Cylindrical-coordinate representation of color #0A4920: hue angle of 140.95º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4920 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 73 32 -
CMYK 0.86 0 0.56 0.71
HSL 140.95º 0.76% 0.16% -
HSV(B) 140.95º 0.86% 0.29% -
XYZ 2.77 4.93 2.17 -
YUV 49.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 10 73 32 0.86 0 0.56 0.71 140.95 0.76 0.16
Hex A 49 20 56 0 38 47 8D 4C 10
Octal 12 111 40 126 0 70 107 215 114 20
Binary 1010 1001001 100000 1010110 0 111000 1000111 10001101 1001100 10000

Color Harmonies of #0A4920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4920

Black with #0A4920

Text Example


Text Example

White with #0A4920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A4920; }

 p { color: rgb(10,73,32); }

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

background-color css

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

 a { background-color: rgb(10,73,32); }

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

border-color css

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

 span { border-color: rgb(10,73,32); }

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