#023D2E

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

Shades of British Racing Green #023D2E

Tints of British Racing Green #023D2E

Color information

#023D2E (or 0x023D2E) is unknown color: approx British Racing Green. HEX triplet: 02, 3D and 2E. RGB value is (2,61,46). Sum of RGB (Red+Green+Blue) = 2+61+46=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 61 (24.22% from 255 or 55.96% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 61 - color contains mainly: green. Hex color #023D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D2E is #FDC2D1. Grayscale: #292929. Windows color (decimal): -16630482 or 3030274. OLE color: 3030274.

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

Color convert

RGB26146-
CMYK0.9700.250.76
HSL164.75º93.65%12.35%-
HSV(B)164.75º96.72%23.92%-
XYZ2.193.553.15-
YUV41.65130.4599.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 61 (24.22% from 255) = 55.96%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=1.83%
G=55.96%
B=42.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal261460.9700.250.76164.7593.6512.35
Hex23D2E610194Ca55ec
Octal2755614103111424513614
Binary10111101101110110000101100110011001010010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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