Html Css Color HEX #0A4830 British Racing Green

📋 copy color: '#0A4830'

red 10 ◦ green 72 ◦ blue 48

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

Shades of British Racing Green #0A4830

Tints of British Racing Green #0A4830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 36.92%

R = 7.69%
G = 55.38%
B = 36.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.72

RGB Variations

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

Color information

#0A4830 (or 0x0A4830) is known color: British Racing Green. HEX triplet: 0A, 48 and 30. RGB value is (10,72,48). Sum of RGB (Red+Green+Blue) = 10+72+48=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 72 (28.52% from 255 or 55.38% from 130); Blue value is 48 (19.14% from 255 or 36.92% from 130); Max value from RGB is 72 - color contains mainly: green. Hex color #0A4830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4830 is #F5B7CF. Grayscale: #323232. Windows color (decimal): -16103376 or 3164170. OLE color: 3164170.

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

Color convert

RGB 10 72 48 -
CMYK 0.86 0 0.33 0.72
HSL 156.77º 0.76% 0.16% -
HSV(B) 156.77º 0.86% 0.28% -
XYZ 2.98 4.91 3.59 -
YUV 50.73 126.46 98.95 -
System Red Green Blue C M Y K H S L
Decimal 10 72 48 0.86 0 0.33 0.72 156.77 0.76 0.16
Hex A 48 30 56 0 21 48 9D 4C 10
Octal 12 110 60 126 0 41 110 235 114 20
Binary 1010 1001000 110000 1010110 0 100001 1001000 10011101 1001100 10000

Color Harmonies of #0A4830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4830

Black with #0A4830

Text Example


Text Example

White with #0A4830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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