Html Css Color HEX #0A4020 British Racing Green

📋 copy color: '#0A4020'

red 10 ◦ green 64 ◦ blue 32

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

Shades of British Racing Green #0A4020

Tints of British Racing Green #0A4020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 60.38%

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

R = 9.43%
G = 60.38%
B = 30.19%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#0A4020 (or 0x0A4020) is known color: British Racing Green. HEX triplet: 0A, 40 and 20. RGB value is (10,64,32). Sum of RGB (Red+Green+Blue) = 10+64+32=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4020 is #F5BFDF. Grayscale: #2C2C2C. Windows color (decimal): -16105440 or 2113546. OLE color: 2113546.

HSL color Cylindrical-coordinate representation of color #0A4020: hue angle of 144.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4020 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 64 32 -
CMYK 0.84 0 0.50 0.75
HSL 144.44º 0.73% 0.15% -
HSV(B) 144.44º 0.84% 0.25% -
XYZ 2.22 3.84 1.99 -
YUV 44.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 10 64 32 0.84 0 0.50 0.75 144.44 0.73 0.15
Hex A 40 20 54 0 32 4B 90 49 F
Octal 12 100 40 124 0 62 113 220 111 17
Binary 1010 1000000 100000 1010100 0 110010 1001011 10010000 1001001 1111

Color Harmonies of #0A4020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4020

Black with #0A4020

Text Example


Text Example

White with #0A4020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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