Html Css Color HEX #0A4926 British Racing Green

📋 copy color: '#0A4926'

red 10 ◦ green 73 ◦ blue 38

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

Shades of British Racing Green #0A4926

Tints of British Racing Green #0A4926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.4%

R = 8.26%
G = 60.33%
B = 31.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.71

RGB Variations

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

Color information

#0A4926 (or 0x0A4926) is known color: British Racing Green. HEX triplet: 0A, 49 and 26. RGB value is (10,73,38). Sum of RGB (Red+Green+Blue) = 10+73+38=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 73 (28.91% from 255 or 60.33% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4926 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4926 is #F5B6D9. Grayscale: #323232. Windows color (decimal): -16103130 or 2509066. OLE color: 2509066.

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

Color convert

RGB 10 73 38 -
CMYK 0.86 0 0.48 0.71
HSL 146.67º 0.76% 0.16% -
HSV(B) 146.67º 0.86% 0.29% -
XYZ 2.86 4.97 2.64 -
YUV 50.17 121.13 99.35 -
System Red Green Blue C M Y K H S L
Decimal 10 73 38 0.86 0 0.48 0.71 146.67 0.76 0.16
Hex A 49 26 56 0 30 47 93 4C 10
Octal 12 111 46 126 0 60 107 223 114 20
Binary 1010 1001001 100110 1010110 0 110000 1000111 10010011 1001100 10000

Color Harmonies of #0A4926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4926

Black with #0A4926

Text Example


Text Example

White with #0A4926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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