Html Css Color HEX #0A4A21 British Racing Green

📋 copy color: '#0A4A21'

red 10 ◦ green 74 ◦ blue 33

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

Shades of British Racing Green #0A4A21

Tints of British Racing Green #0A4A21

RGB

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

 GREEN value IS 74 (29.3% from 255) = 63.25%

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

R = 8.55%
G = 63.25%
B = 28.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

#0A4A21 (or 0x0A4A21) is known color: British Racing Green. HEX triplet: 0A, 4A and 21. RGB value is (10,74,33). Sum of RGB (Red+Green+Blue) = 10+74+33=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 74 (29.30% from 255 or 63.25% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 74 - color contains mainly: green. Hex color #0A4A21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4A21 is #F5B5DE. Grayscale: #323232. Windows color (decimal): -16102879 or 2181642. OLE color: 2181642.

HSL color Cylindrical-coordinate representation of color #0A4A21: hue angle of 141.56º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4A21 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 74 33 -
CMYK 0.86 0 0.55 0.71
HSL 141.56º 0.76% 0.16% -
HSV(B) 141.56º 0.86% 0.29% -
XYZ 2.85 5.07 2.27 -
YUV 50.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 10 74 33 0.86 0 0.55 0.71 141.56 0.76 0.16
Hex A 4A 21 56 0 37 47 8E 4C 10
Octal 12 112 41 126 0 67 107 216 114 20
Binary 1010 1001010 100001 1010110 0 110111 1000111 10001110 1001100 10000

Color Harmonies of #0A4A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4A21

Black with #0A4A21

Text Example


Text Example

White with #0A4A21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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