Html Css Color HEX #0A4221 British Racing Green

📋 copy color: '#0A4221'

red 10 ◦ green 66 ◦ blue 33

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

Shades of British Racing Green #0A4221

Tints of British Racing Green #0A4221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 60.55%

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

R = 9.17%
G = 60.55%
B = 30.28%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#0A4221 (or 0x0A4221) is known color: British Racing Green. HEX triplet: 0A, 42 and 21. RGB value is (10,66,33). Sum of RGB (Red+Green+Blue) = 10+66+33=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 66 (26.17% from 255 or 60.55% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 66 - color contains mainly: green. Hex color #0A4221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4221 is #F5BDDE. Grayscale: #2D2D2D. Windows color (decimal): -16104927 or 2179594. OLE color: 2179594.

HSL color Cylindrical-coordinate representation of color #0A4221: hue angle of 144.64º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4221 is Cyan = 0.85, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 10 66 33 -
CMYK 0.85 0 0.5 0.74
HSL 144.64º 0.74% 0.15% -
HSV(B) 144.64º 0.85% 0.26% -
XYZ 2.35 4.07 2.1 -
YUV 45.49 120.95 102.68 -
System Red Green Blue C M Y K H S L
Decimal 10 66 33 0.85 0 0.5 0.74 144.64 0.74 0.15
Hex A 42 21 55 0 32 4A 91 4A F
Octal 12 102 41 125 0 62 112 221 112 17
Binary 1010 1000010 100001 1010101 0 110010 1001010 10010001 1001010 1111

Color Harmonies of #0A4221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A4221

Black with #0A4221

Text Example


Text Example

White with #0A4221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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