#023B1E

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

Shades of British Racing Green #023B1E

Tints of British Racing Green #023B1E

Color information

#023B1E (or 0x023B1E) is unknown color: approx British Racing Green. HEX triplet: 02, 3B and 1E. RGB value is (2,59,30). Sum of RGB (Red+Green+Blue) = 2+59+30=91 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.20% from 91); Green value is 59 (23.44% from 255 or 64.84% from 91); Blue value is 30 (12.11% from 255 or 32.97% from 91); Max value from RGB is 59 - color contains mainly: green. Hex color #023B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B1E is #FDC4E1. Grayscale: #262626. Windows color (decimal): -16631010 or 1981186. OLE color: 1981186.

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

Color convert

RGB25930-
CMYK0.9700.490.77
HSL149.47º93.44%11.96%-
HSV(B)149.47º96.61%23.14%-
XYZ1.823.231.76-
YUV38.65123.12101.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.20%
GREEN value IS 59 (23.44% from 255) = 64.84%
BLUE value IS 30 (12.11% from 255) = 32.97%
R=2.20%
G=64.84%
B=32.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal259300.9700.490.77149.4793.4411.96
Hex23B1E610314D955dc
Octal2733614106111522513514
Binary10111011111101100001011000110011011001010110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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