Html Css Color HEX #0A4928 British Racing Green

📋 copy color: '#0A4928'

red 10 ◦ green 73 ◦ blue 40

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

Shades of British Racing Green #0A4928

Tints of British Racing Green #0A4928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 32.52%

R = 8.13%
G = 59.35%
B = 32.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.71

RGB Variations

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

Color information

#0A4928 (or 0x0A4928) is known color: British Racing Green. HEX triplet: 0A, 49 and 28. RGB value is (10,73,40). Sum of RGB (Red+Green+Blue) = 10+73+40=123 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.13% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 40 (16.02% from 255 or 32.52% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4928 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4928 is #F5B6D7. Grayscale: #323232. Windows color (decimal): -16103128 or 2640138. OLE color: 2640138.

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

Color convert

RGB 10 73 40 -
CMYK 0.86 0 0.45 0.71
HSL 148.57º 0.76% 0.16% -
HSV(B) 148.57º 0.86% 0.29% -
XYZ 2.89 4.98 2.82 -
YUV 50.4 122.13 99.18 -
System Red Green Blue C M Y K H S L
Decimal 10 73 40 0.86 0 0.45 0.71 148.57 0.76 0.16
Hex A 49 28 56 0 2D 47 95 4C 10
Octal 12 111 50 126 0 55 107 225 114 20
Binary 1010 1001001 101000 1010110 0 101101 1000111 10010101 1001100 10000

Color Harmonies of #0A4928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4928

Black with #0A4928

Text Example


Text Example

White with #0A4928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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