Html Css Color HEX #0A422E British Racing Green

📋 copy color: '#0A422E'

red 10 ◦ green 66 ◦ blue 46

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

Shades of British Racing Green #0A422E

Tints of British Racing Green #0A422E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 54.1%

 BLUE value IS 46 (18.36% from 255) = 37.7%

R = 8.2%
G = 54.1%
B = 37.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#0A422E (or 0x0A422E) is known color: British Racing Green. HEX triplet: 0A, 42 and 2E. RGB value is (10,66,46). Sum of RGB (Red+Green+Blue) = 10+66+46=122 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.20% from 122); Green value is 66 (26.17% from 255 or 54.10% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 66 - color contains mainly: green. Hex color #0A422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A422E is #F5BDD1. Grayscale: #2F2F2F. Windows color (decimal): -16104914 or 3031562. OLE color: 3031562.

HSL color Cylindrical-coordinate representation of color #0A422E: hue angle of 158.57º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A422E is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 66 46 -
CMYK 0.85 0 0.30 0.74
HSL 158.57º 0.74% 0.15% -
HSV(B) 158.57º 0.85% 0.26% -
XYZ 2.57 4.16 3.25 -
YUV 46.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 10 66 46 0.85 0 0.30 0.74 158.57 0.74 0.15
Hex A 42 2E 55 0 1E 4A 9F 4A F
Octal 12 102 56 125 0 36 112 237 112 17
Binary 1010 1000010 101110 1010101 0 11110 1001010 10011111 1001010 1111

Color Harmonies of #0A422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A422E

Black with #0A422E

Text Example


Text Example

White with #0A422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,66,46); }

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

background-color css

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

 a { background-color: rgb(10,66,46); }

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

border-color css

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

 span { border-color: rgb(10,66,46); }

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