#023A16

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

Shades of British Racing Green #023A16

Tints of British Racing Green #023A16

Color information

#023A16 (or 0x023A16) is unknown color: approx British Racing Green. HEX triplet: 02, 3A and 16. RGB value is (2,58,22). Sum of RGB (Red+Green+Blue) = 2+58+22=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 58 (23.05% from 255 or 70.73% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 58 - color contains mainly: green. Hex color #023A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A16 is #FDC5E9. Grayscale: #252525. Windows color (decimal): -16631274 or 1456642. OLE color: 1456642.

HSL color Cylindrical-coordinate representation of color #023A16: hue angle of 141.43º 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 #023A16 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB25822-
CMYK0.9700.620.77
HSL141.43º93.33%11.76%-
HSV(B)141.43º96.55%22.75%-
XYZ1.683.11.27-
YUV37.15119.45102.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 58 (23.05% from 255) = 70.73%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=2.44%
G=70.73%
B=26.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal258220.9700.620.77141.4393.3311.76
Hex23A166103E4D8d5dc
Octal2722614107611521513514
Binary10111010101101100001011111010011011000110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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