#023D13

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

Shades of British Racing Green #023D13

Tints of British Racing Green #023D13

Color information

#023D13 (or 0x023D13) is unknown color: approx British Racing Green. HEX triplet: 02, 3D and 13. RGB value is (2,61,19). Sum of RGB (Red+Green+Blue) = 2+61+19=82 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.44% from 82); Green value is 61 (24.22% from 255 or 74.39% from 82); Blue value is 19 (7.81% from 255 or 23.17% from 82); Max value from RGB is 61 - color contains mainly: green. Hex color #023D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D13 is #FDC2EC. Grayscale: #262626. Windows color (decimal): -16630509 or 1260802. OLE color: 1260802.

HSL color Cylindrical-coordinate representation of color #023D13: hue angle of 137.29º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023D13 is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.

Color convert

RGB26119-
CMYK0.9700.690.76
HSL137.29º93.65%12.35%-
HSV(B)137.29º96.72%23.92%-
XYZ1.813.41.18-
YUV38.57116.95101.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.44%
GREEN value IS 61 (24.22% from 255) = 74.39%
BLUE value IS 19 (7.81% from 255) = 23.17%
R=2.44%
G=74.39%
B=23.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261190.9700.690.76137.2993.6512.35
Hex23D13610454C895ec
Octal27523141010511421113614
Binary101111011001111000010100010110011001000100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,61,19); }

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

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

 a { background-color: rgb(2,61,19); }

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

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

 span { border-color: rgb(2,61,19); }

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