Html Css Color HEX #0A4122 British Racing Green

📋 copy color: '#0A4122'

red 10 ◦ green 65 ◦ blue 34

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

Shades of British Racing Green #0A4122

Tints of British Racing Green #0A4122

RGB

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

 GREEN value IS 65 (25.78% from 255) = 59.63%

 BLUE value IS 34 (13.67% from 255) = 31.19%

R = 9.17%
G = 59.63%
B = 31.19%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#0A4122 (or 0x0A4122) is known color: British Racing Green. HEX triplet: 0A, 41 and 22. RGB value is (10,65,34). Sum of RGB (Red+Green+Blue) = 10+65+34=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 34 (13.67% from 255 or 31.19% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4122 is #F5BEDD. Grayscale: #2D2D2D. Windows color (decimal): -16105182 or 2244874. OLE color: 2244874.

HSL color Cylindrical-coordinate representation of color #0A4122: hue angle of 146.18º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4122 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 65 34 -
CMYK 0.85 0 0.48 0.75
HSL 146.18º 0.73% 0.15% -
HSV(B) 146.18º 0.85% 0.25% -
XYZ 2.3 3.96 2.16 -
YUV 45.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 10 65 34 0.85 0 0.48 0.75 146.18 0.73 0.15
Hex A 41 22 55 0 30 4B 92 49 F
Octal 12 101 42 125 0 60 113 222 111 17
Binary 1010 1000001 100010 1010101 0 110000 1001011 10010010 1001001 1111

Color Harmonies of #0A4122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4122

Black with #0A4122

Text Example


Text Example

White with #0A4122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,65,34); }

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

background-color css

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

 a { background-color: rgb(10,65,34); }

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

border-color css

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

 span { border-color: rgb(10,65,34); }

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