Html Css Color HEX #0A4A20 British Racing Green

📋 copy color: '#0A4A20'

red 10 ◦ green 74 ◦ blue 32

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

Shades of British Racing Green #0A4A20

Tints of British Racing Green #0A4A20

RGB

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

 GREEN value IS 74 (29.3% from 255) = 63.79%

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

R = 8.62%
G = 63.79%
B = 27.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.57

 K value IS 0.71

RGB Variations

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

Color information

#0A4A20 (or 0x0A4A20) is known color: British Racing Green. HEX triplet: 0A, 4A and 20. RGB value is (10,74,32). Sum of RGB (Red+Green+Blue) = 10+74+32=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 74 (29.30% from 255 or 63.79% from 116); Blue value is 32 (12.89% from 255 or 27.59% from 116); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4A20 is #F5B5DF. Grayscale: #323232. Windows color (decimal): -16102880 or 2116106. OLE color: 2116106.

HSL color Cylindrical-coordinate representation of color #0A4A20: hue angle of 140.62º 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 #0A4A20 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 74 32 -
CMYK 0.86 0 0.57 0.71
HSL 140.63º 0.76% 0.16% -
HSV(B) 140.63º 0.86% 0.29% -
XYZ 2.83 5.07 2.2 -
YUV 50.08 117.8 99.42 -
System Red Green Blue C M Y K H S L
Decimal 10 74 32 0.86 0 0.57 0.71 140.63 0.76 0.16
Hex A 4A 20 56 0 39 47 8D 4C 10
Octal 12 112 40 126 0 71 107 215 114 20
Binary 1010 1001010 100000 1010110 0 111001 1000111 10001101 1001100 10000

Color Harmonies of #0A4A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4A20

Black with #0A4A20

Text Example


Text Example

White with #0A4A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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