Html Css Color HEX #0A412D British Racing Green

📋 copy color: '#0A412D'

red 10 ◦ green 65 ◦ blue 45

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

Shades of British Racing Green #0A412D

Tints of British Racing Green #0A412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 37.5%

R = 8.33%
G = 54.17%
B = 37.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#0A412D (or 0x0A412D) is known color: British Racing Green. HEX triplet: 0A, 41 and 2D. RGB value is (10,65,45). Sum of RGB (Red+Green+Blue) = 10+65+45=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #0A412D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A412D is #F5BED2. Grayscale: #2E2E2E. Windows color (decimal): -16105171 or 2965770. OLE color: 2965770.

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

Color convert

RGB 10 65 45 -
CMYK 0.85 0 0.31 0.75
HSL 158.18º 0.73% 0.15% -
HSV(B) 158.18º 0.85% 0.25% -
XYZ 2.49 4.03 3.13 -
YUV 46.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 10 65 45 0.85 0 0.31 0.75 158.18 0.73 0.15
Hex A 41 2D 55 0 1F 4B 9E 49 F
Octal 12 101 55 125 0 37 113 236 111 17
Binary 1010 1000001 101101 1010101 0 11111 1001011 10011110 1001001 1111

Color Harmonies of #0A412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A412D

Black with #0A412D

Text Example


Text Example

White with #0A412D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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