Html Css Color HEX #0A4029 British Racing Green

📋 copy color: '#0A4029'

red 10 ◦ green 64 ◦ blue 41

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

Shades of British Racing Green #0A4029

Tints of British Racing Green #0A4029

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.65%

 BLUE value IS 41 (16.41% from 255) = 35.65%

R = 8.7%
G = 55.65%
B = 35.65%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#0A4029 (or 0x0A4029) is known color: British Racing Green. HEX triplet: 0A, 40 and 29. RGB value is (10,64,41). Sum of RGB (Red+Green+Blue) = 10+64+41=115 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.70% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 41 (16.41% from 255 or 35.65% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4029 is #F5BFD6. Grayscale: #2D2D2D. Windows color (decimal): -16105431 or 2703370. OLE color: 2703370.

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

Color convert

RGB 10 64 41 -
CMYK 0.84 0 0.36 0.75
HSL 154.44º 0.73% 0.15% -
HSV(B) 154.44º 0.84% 0.25% -
XYZ 2.36 3.89 2.72 -
YUV 45.23 125.61 102.87 -
System Red Green Blue C M Y K H S L
Decimal 10 64 41 0.84 0 0.36 0.75 154.44 0.73 0.15
Hex A 40 29 54 0 24 4B 9A 49 F
Octal 12 100 51 124 0 44 113 232 111 17
Binary 1010 1000000 101001 1010100 0 100100 1001011 10011010 1001001 1111

Color Harmonies of #0A4029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4029

Black with #0A4029

Text Example


Text Example

White with #0A4029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,64,41); }

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

background-color css

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

 a { background-color: rgb(10,64,41); }

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

border-color css

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

 span { border-color: rgb(10,64,41); }

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