Html Css Color HEX #0A4021 British Racing Green

📋 copy color: '#0A4021'

red 10 ◦ green 64 ◦ blue 33

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

Shades of British Racing Green #0A4021

Tints of British Racing Green #0A4021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 30.84%

R = 9.35%
G = 59.81%
B = 30.84%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#0A4021 (or 0x0A4021) is known color: British Racing Green. HEX triplet: 0A, 40 and 21. RGB value is (10,64,33). Sum of RGB (Red+Green+Blue) = 10+64+33=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4021 is #F5BFDE. Grayscale: #2C2C2C. Windows color (decimal): -16105439 or 2179082. OLE color: 2179082.

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

Color convert

RGB 10 64 33 -
CMYK 0.84 0 0.48 0.75
HSL 145.56º 0.73% 0.15% -
HSV(B) 145.56º 0.84% 0.25% -
XYZ 2.23 3.84 2.06 -
YUV 44.32 121.61 103.52 -
System Red Green Blue C M Y K H S L
Decimal 10 64 33 0.84 0 0.48 0.75 145.56 0.73 0.15
Hex A 40 21 54 0 30 4B 92 49 F
Octal 12 100 41 124 0 60 113 222 111 17
Binary 1010 1000000 100001 1010100 0 110000 1001011 10010010 1001001 1111

Color Harmonies of #0A4021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4021

Black with #0A4021

Text Example


Text Example

White with #0A4021

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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