Html Css Color HEX #0A492B British Racing Green

📋 copy color: '#0A492B'

red 10 ◦ green 73 ◦ blue 43

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

Shades of British Racing Green #0A492B

Tints of British Racing Green #0A492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 34.13%

R = 7.94%
G = 57.94%
B = 34.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.41

 K value IS 0.71

RGB Variations

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

Color information

#0A492B (or 0x0A492B) is known color: British Racing Green. HEX triplet: 0A, 49 and 2B. RGB value is (10,73,43). Sum of RGB (Red+Green+Blue) = 10+73+43=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 73 (28.91% from 255 or 57.94% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 73 - color contains mainly: green. Hex color #0A492B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A492B is #F5B6D4. Grayscale: #323232. Windows color (decimal): -16103125 or 2836746. OLE color: 2836746.

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

Color convert

RGB 10 73 43 -
CMYK 0.86 0 0.41 0.71
HSL 151.43º 0.76% 0.16% -
HSV(B) 151.43º 0.86% 0.29% -
XYZ 2.94 5 3.1 -
YUV 50.74 123.63 98.94 -
System Red Green Blue C M Y K H S L
Decimal 10 73 43 0.86 0 0.41 0.71 151.43 0.76 0.16
Hex A 49 2B 56 0 29 47 97 4C 10
Octal 12 111 53 126 0 51 107 227 114 20
Binary 1010 1001001 101011 1010110 0 101001 1000111 10010111 1001100 10000

Color Harmonies of #0A492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A492B

Black with #0A492B

Text Example


Text Example

White with #0A492B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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