Html Css Color HEX #0A4126 British Racing Green

📋 copy color: '#0A4126'

red 10 ◦ green 65 ◦ blue 38

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

Shades of British Racing Green #0A4126

Tints of British Racing Green #0A4126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 33.63%

R = 8.85%
G = 57.52%
B = 33.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.42

 K value IS 0.75

RGB Variations

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

Color information

#0A4126 (or 0x0A4126) is known color: British Racing Green. HEX triplet: 0A, 41 and 26. RGB value is (10,65,38). Sum of RGB (Red+Green+Blue) = 10+65+38=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 38 (15.23% from 255 or 33.63% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4126 is #F5BED9. Grayscale: #2D2D2D. Windows color (decimal): -16105178 or 2507018. OLE color: 2507018.

HSL color Cylindrical-coordinate representation of color #0A4126: hue angle of 150.55º 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 #0A4126 is Cyan = 0.85, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.75.

Color convert

RGB 10 65 38 -
CMYK 0.85 0 0.42 0.75
HSL 150.55º 0.73% 0.15% -
HSV(B) 150.55º 0.85% 0.25% -
XYZ 2.37 3.99 2.48 -
YUV 45.48 123.78 102.7 -
System Red Green Blue C M Y K H S L
Decimal 10 65 38 0.85 0 0.42 0.75 150.55 0.73 0.15
Hex A 41 26 55 0 2A 4B 97 49 F
Octal 12 101 46 125 0 52 113 227 111 17
Binary 1010 1000001 100110 1010101 0 101010 1001011 10010111 1001001 1111

Color Harmonies of #0A4126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4126

Black with #0A4126

Text Example


Text Example

White with #0A4126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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