Html Css Color HEX #0A462F British Racing Green

📋 copy color: '#0A462F'

red 10 ◦ green 70 ◦ blue 47

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

Shades of British Racing Green #0A462F

Tints of British Racing Green #0A462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 55.12%

 BLUE value IS 47 (18.75% from 255) = 37.01%

R = 7.87%
G = 55.12%
B = 37.01%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#0A462F (or 0x0A462F) is known color: British Racing Green. HEX triplet: 0A, 46 and 2F. RGB value is (10,70,47). Sum of RGB (Red+Green+Blue) = 10+70+47=127 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.87% from 127); Green value is 70 (27.73% from 255 or 55.12% from 127); Blue value is 47 (18.75% from 255 or 37.01% from 127); Max value from RGB is 70 - color contains mainly: green. Hex color #0A462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A462F is #F5B9D0. Grayscale: #313131. Windows color (decimal): -16103889 or 3098122. OLE color: 3098122.

HSL color Cylindrical-coordinate representation of color #0A462F: hue angle of 157º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A462F is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 10 70 47 -
CMYK 0.86 0 0.33 0.73
HSL 157º 0.75% 0.16% -
HSV(B) 157º 0.86% 0.27% -
XYZ 2.83 4.65 3.44 -
YUV 49.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 10 70 47 0.86 0 0.33 0.73 157 0.75 0.16
Hex A 46 2F 56 0 21 49 9D 4B 10
Octal 12 106 57 126 0 41 111 235 113 20
Binary 1010 1000110 101111 1010110 0 100001 1001001 10011101 1001011 10000

Color Harmonies of #0A462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A462F

Black with #0A462F

Text Example


Text Example

White with #0A462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,70,47); }

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

background-color css

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

 a { background-color: rgb(10,70,47); }

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

border-color css

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

 span { border-color: rgb(10,70,47); }

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