#0A3F21

Color #0A3F21 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #0A3F21

Tints of British Racing Green #0A3F21

Color information

#0A3F21 (or 0x0A3F21) is unknown color: approx British Racing Green. HEX triplet: 0A, 3F and 21. RGB value is (10,63,33). Sum of RGB (Red+Green+Blue) = 10+63+33=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 63 (25% from 255 or 59.43% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 63 - color contains mainly: green. Hex color #0A3F21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3F21 is #F5C0DE. Grayscale: #2B2B2B. Windows color (decimal): -16105695 or 2178826. OLE color: 2178826.

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

Color convert

RGB106333-
CMYK0.8400.480.75
HSL146.04º72.6%14.31%-
HSV(B)146.04º84.13%24.71%-
XYZ2.183.732.04-
YUV43.73121.94103.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 63 (25% from 255) = 59.43%
BLUE value IS 33 (13.28% from 255) = 31.13%
R=9.43%
G=59.43%
B=31.13%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1063330.8400.480.75146.0472.614.31
HexA3F21540304B9249e
Octal12774112406011322211116
Binary10101111111000011010100011000010010111001001010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A3F21;
 }
 .AnyTagClassName
 {
   color: #0A3F21;
 }
</style>
background-color css

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

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

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

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

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

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