#023A20

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

Shades of British Racing Green #023A20

Tints of British Racing Green #023A20

Color information

#023A20 (or 0x023A20) is unknown color: approx British Racing Green. HEX triplet: 02, 3A and 20. RGB value is (2,58,32). Sum of RGB (Red+Green+Blue) = 2+58+32=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #023A20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023A20 is #FDC5DF. Grayscale: #262626. Windows color (decimal): -16631264 or 2112002. OLE color: 2112002.

HSL color Cylindrical-coordinate representation of color #023A20: hue angle of 152.14º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A20 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.77.

Color convert

RGB25832-
CMYK0.9700.450.77
HSL152.14º93.33%11.76%-
HSV(B)152.14º96.55%22.75%-
XYZ1.83.141.88-
YUV38.29124.45102.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 58 (23.05% from 255) = 63.04%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=2.17%
G=63.04%
B=34.78%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258320.9700.450.77152.1493.3311.76
Hex23A206102D4D985dc
Octal2724014105511523013514
Binary101110101000001100001010110110011011001100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023A20; }

 p { color: rgb(2,58,32); }

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

<style>
 a { background-color: #023A20; }

 a { background-color: rgb(2,58,32); }

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

<style>
 span { border-color: #023A20; }

 span { border-color: rgb(2,58,32); }

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