Html Css Color HEX #0A4831 British Racing Green

📋 copy color: '#0A4831'

red 10 ◦ green 72 ◦ blue 49

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

Shades of British Racing Green #0A4831

Tints of British Racing Green #0A4831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 54.96%

 BLUE value IS 49 (19.53% from 255) = 37.4%

R = 7.63%
G = 54.96%
B = 37.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.72

RGB Variations

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

Color information

#0A4831 (or 0x0A4831) is known color: British Racing Green. HEX triplet: 0A, 48 and 31. RGB value is (10,72,49). Sum of RGB (Red+Green+Blue) = 10+72+49=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 72 (28.52% from 255 or 54.96% from 131); Blue value is 49 (19.53% from 255 or 37.40% from 131); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4831 is #F5B7CE. Grayscale: #323232. Windows color (decimal): -16103375 or 3229706. OLE color: 3229706.

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

Color convert

RGB 10 72 49 -
CMYK 0.86 0 0.32 0.72
HSL 157.74º 0.76% 0.16% -
HSV(B) 157.74º 0.86% 0.28% -
XYZ 3 4.92 3.7 -
YUV 50.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 10 72 49 0.86 0 0.32 0.72 157.74 0.76 0.16
Hex A 48 31 56 0 20 48 9E 4C 10
Octal 12 110 61 126 0 40 110 236 114 20
Binary 1010 1001000 110001 1010110 0 100000 1001000 10011110 1001100 10000

Color Harmonies of #0A4831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4831

Black with #0A4831

Text Example


Text Example

White with #0A4831

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,72,49); }

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

background-color css

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

 a { background-color: rgb(10,72,49); }

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

border-color css

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

 span { border-color: rgb(10,72,49); }

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