Html Css Color HEX #0A4024 British Racing Green

📋 copy color: '#0A4024'

red 10 ◦ green 64 ◦ blue 36

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

Shades of British Racing Green #0A4024

Tints of British Racing Green #0A4024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 32.73%

R = 9.09%
G = 58.18%
B = 32.73%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.44

 K value IS 0.75

RGB Variations

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

Color information

#0A4024 (or 0x0A4024) is known color: British Racing Green. HEX triplet: 0A, 40 and 24. RGB value is (10,64,36). Sum of RGB (Red+Green+Blue) = 10+64+36=110 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.09% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4024 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4024 is #F5BFDB. Grayscale: #2C2C2C. Windows color (decimal): -16105436 or 2375690. OLE color: 2375690.

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

Color convert

RGB 10 64 36 -
CMYK 0.84 0 0.44 0.75
HSL 148.89º 0.73% 0.15% -
HSV(B) 148.89º 0.84% 0.25% -
XYZ 2.28 3.86 2.29 -
YUV 44.66 123.11 103.28 -
System Red Green Blue C M Y K H S L
Decimal 10 64 36 0.84 0 0.44 0.75 148.89 0.73 0.15
Hex A 40 24 54 0 2C 4B 95 49 F
Octal 12 100 44 124 0 54 113 225 111 17
Binary 1010 1000000 100100 1010100 0 101100 1001011 10010101 1001001 1111

Color Harmonies of #0A4024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4024

Black with #0A4024

Text Example


Text Example

White with #0A4024

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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