#023B20

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

Shades of British Racing Green #023B20

Tints of British Racing Green #023B20

Color information

#023B20 (or 0x023B20) is unknown color: approx British Racing Green. HEX triplet: 02, 3B and 20. RGB value is (2,59,32). Sum of RGB (Red+Green+Blue) = 2+59+32=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 59 (23.44% from 255 or 63.44% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 59 - color contains mainly: green. Hex color #023B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B20 is #FDC4DF. Grayscale: #262626. Windows color (decimal): -16631008 or 2112258. OLE color: 2112258.

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

Color convert

RGB25932-
CMYK0.9700.460.77
HSL151.58º93.44%11.96%-
HSV(B)151.58º96.61%23.14%-
XYZ1.853.251.9-
YUV38.88124.12101.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 59 (23.44% from 255) = 63.44%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=2.15%
G=63.44%
B=34.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259320.9700.460.77151.5893.4411.96
Hex23B206102E4D985dc
Octal2734014105611523013514
Binary101110111000001100001010111010011011001100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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