#023B15

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

Shades of British Racing Green #023B15

Tints of British Racing Green #023B15

Color information

#023B15 (or 0x023B15) is unknown color: approx British Racing Green. HEX triplet: 02, 3B and 15. RGB value is (2,59,21). Sum of RGB (Red+Green+Blue) = 2+59+21=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 59 (23.44% from 255 or 71.95% from 82); Blue value is 21 (8.59% from 255 or 25.61% from 82); Max value from RGB is 59 - color contains mainly: green. Hex color #023B15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B15 is #FDC4EA. Grayscale: #252525. Windows color (decimal): -16631019 or 1391362. OLE color: 1391362.

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

Color convert

RGB25921-
CMYK0.9700.640.77
HSL140º93.44%11.96%-
HSV(B)140º96.61%23.14%-
XYZ1.723.191.24-
YUV37.62118.62102.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 59 (23.44% from 255) = 71.95%
BLUE value IS 21 (8.59% from 255) = 25.61%
R=2.44%
G=71.95%
B=25.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259210.9700.640.7714093.4411.96
Hex23B15610404D8c5dc
Octal27325141010011521413514
Binary101110111010111000010100000010011011000110010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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