Html Css Color HEX #0A462A British Racing Green

📋 copy color: '#0A462A'

red 10 ◦ green 70 ◦ blue 42

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

Shades of British Racing Green #0A462A

Tints of British Racing Green #0A462A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 34.43%

R = 8.2%
G = 57.38%
B = 34.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.40

 K value IS 0.73

RGB Variations

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

Color information

#0A462A (or 0x0A462A) is known color: British Racing Green. HEX triplet: 0A, 46 and 2A. RGB value is (10,70,42). Sum of RGB (Red+Green+Blue) = 10+70+42=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 70 (27.73% from 255 or 57.38% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 70 - color contains mainly: green. Hex color #0A462A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A462A is #F5B9D5. Grayscale: #303030. Windows color (decimal): -16103894 or 2770442. OLE color: 2770442.

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

Color convert

RGB 10 70 42 -
CMYK 0.86 0 0.40 0.73
HSL 152º 0.75% 0.16% -
HSV(B) 152º 0.86% 0.27% -
XYZ 2.73 4.61 2.94 -
YUV 48.87 124.12 100.28 -
System Red Green Blue C M Y K H S L
Decimal 10 70 42 0.86 0 0.40 0.73 152 0.75 0.16
Hex A 46 2A 56 0 28 49 98 4B 10
Octal 12 106 52 126 0 50 111 230 113 20
Binary 1010 1000110 101010 1010110 0 101000 1001001 10011000 1001011 10000

Color Harmonies of #0A462A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A462A

Black with #0A462A

Text Example


Text Example

White with #0A462A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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