Html Css Color HEX #0A412C British Racing Green

📋 copy color: '#0A412C'

red 10 ◦ green 65 ◦ blue 44

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

Shades of British Racing Green #0A412C

Tints of British Racing Green #0A412C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 36.97%

R = 8.4%
G = 54.62%
B = 36.97%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#0A412C (or 0x0A412C) is known color: British Racing Green. HEX triplet: 0A, 41 and 2C. RGB value is (10,65,44). Sum of RGB (Red+Green+Blue) = 10+65+44=119 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.40% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #0A412C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A412C is #F5BED3. Grayscale: #2E2E2E. Windows color (decimal): -16105172 or 2900234. OLE color: 2900234.

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

Color convert

RGB 10 65 44 -
CMYK 0.85 0 0.32 0.75
HSL 157.09º 0.73% 0.15% -
HSV(B) 157.09º 0.85% 0.25% -
XYZ 2.47 4.03 3.03 -
YUV 46.16 126.78 102.21 -
System Red Green Blue C M Y K H S L
Decimal 10 65 44 0.85 0 0.32 0.75 157.09 0.73 0.15
Hex A 41 2C 55 0 20 4B 9D 49 F
Octal 12 101 54 125 0 40 113 235 111 17
Binary 1010 1000001 101100 1010101 0 100000 1001011 10011101 1001001 1111

Color Harmonies of #0A412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A412C

Black with #0A412C

Text Example


Text Example

White with #0A412C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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